react-spritesheet icon indicating copy to clipboard operation
react-spritesheet copied to clipboard

AnimatedSpriteSheet should accommodate multi-row sprite sheets.

Open azmartone opened this issue 7 years ago • 0 comments

In AnimatedSpriteSheet,

Add calculation for y coordinate.

render(){
    const spriteData = {
       ...
       y: [calculation for y offset],
    };

}

azmartone avatar Jan 19 '17 19:01 azmartone