Tagged Questions
1
vote
3answers
103 views
Generating spritesheet(s) on load
I would like to reduce the size of the spritesheet I am loading by only loading the specific sprites I need. Is there a way to crop and splice images at runtime using javascript? Creating separate ...
1
vote
1answer
190 views
Is this the best way to do sprite sheet animation? [closed]
I would like to make my player animate via a sprite sheet.
I looked online and there are many different ways; I want to know what is the best way. Which method will allow me greater flexibility when ...
3
votes
7answers
1k views
How to get quality sprite sheet generation with rotations
I'm working on a game that uses sprite sheets with rotation for animations. While the effect is pretty good, the quality of the rotations is somewhat lacking. I exported a flash animation to png ...