BenEklundCS / The-Land-of-Boars

A platformer game in C++ and Raylib!
1 stars 0 forks source link

Boar animation on-death #7

Closed BenEklundCS closed 3 months ago

BenEklundCS commented 3 months ago

When a boar dies in the game they are currently deleted from the scene instantly

This new feature would add an animation that plays once on boar death, aligning with the sound that already plays on-death!

BenEklundCS commented 3 months ago

https://github.com/BenEklundCS/The-Land-of-Boars/commit/b0bfcd8c18ed0e3d5c4add440ae8b671a971c0ac resolved here