Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by dmen

Does cell order matter at all? I have a sprite sheet for a right handed batter - I want to just flip the image on x to get my left handed batter but then the animation order would be like:
[3,2,1,0,7,6,5,4,11,10,9,8]

Just wondering if that's fine to do - or is it better to order the cells properly. I just would have to swap the cells in quite a few sheets, so I'd rather go with the goofy order.

1 decade ago by end3r

Of course not - it's a lot easier to do it in the table than to move the graphics in the sprite files. That's why you can mess around with the order in the table - to easily manage the graphics in the sprite sheets.

1 decade ago by dmen

Thanks, that's what I assumed, I just wanted to be sure.
Page 1 of 1
« first « previous next › last »