Make the animation speedy.
This commit is contained in:
parent
adf7820093
commit
b57027e13e
Crawler
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user