Make the animation speedy.

This commit is contained in:
sigonasr2 2023-09-19 06:00:39 -05:00
parent adf7820093
commit b57027e13e
2 changed files with 2 additions and 2 deletions

@ -197,7 +197,7 @@ void sig::Animation::InitializeAnimations(){
CreateHorizontalAnimationSequence("lightning_splash_effect.png",5,{24,24});
CreateHorizontalAnimationSequence("monsters/Slime King - Cast.png",10,{24,24});
CreateHorizontalAnimationSequence("monsters/Slime King - Cast.png",10,{24,24},{0.04});
CreateStillAnimation("meteor.png",{192,192});

@ -2,7 +2,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION_BUILD 1371
#define VERSION_BUILD 1372
#define stringify(a) stringify_(a)
#define stringify_(a) #a