Zal0 / ZGB

Game Boy / Color engine with lots of features
MIT License
706 stars 50 forks source link

no way to make animation run once without looping #63

Open starleaf-luna opened 1 year ago

starleaf-luna commented 1 year ago

title says it all, no? this feature could be very useful for an attack, i.e. punching. you wouldn't want to have the animation loop, right? just play once.

GrenderG commented 9 months ago

You can achieve this by checking animation frames and changing the animation once the the last frame is played.