Zal0 / ZGB

Game Boy / Color engine with lots of features
MIT License
703 stars 51 forks source link

no way to make animation run once without looping #63

Open starleaf-luna opened 11 months ago

starleaf-luna commented 11 months 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 8 months ago

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