SGDK icon indicating copy to clipboard operation
SGDK copied to clipboard

Updated legacy sprite engine with latest features and fixes

Open TheRoboZ opened this issue 1 month ago • 3 comments

This implements:

  • SPR_setAlwaysAtBottom
  • SPR_setAutoAnimation
  • SPR_getAutoAnimation
  • SPR_setAnimationLoop
  • SPR_getAnimationDone

and fixes the empty frame bug in:

  • static void loadTiles(Sprite* sprite)

for the legacy sprite engine

TheRoboZ avatar May 27 '24 02:05 TheRoboZ