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.
[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.