Sprite management
See also:
System:
Make spriteObjects for each ‘thing’ in the game – including x/y position on origin sprite sheet
Push them onto a sprites array
loop through the array and render each item
Resources
the kittykat thing…
Here be the knowledge:
See also:
System:
Make spriteObjects for each ‘thing’ in the game – including x/y position on origin sprite sheet
Push them onto a sprites array
loop through the array and render each item
the kittykat thing…