Erwan
- fixed a bug with mana producer - fixed a graphical glitch with quads in the stack
This commit is contained in:
@@ -533,6 +533,7 @@ class AManaProducer: public MTGAbility{
|
||||
if (mParticleSys) mParticleSys->MoveTo(x, y);
|
||||
if (mParticleSys && animation == 1.f) mParticleSys->Fire();
|
||||
animation -= 4 *dt;
|
||||
if (!animation) animation = -1;
|
||||
if (animation < 0){
|
||||
animation = 0;
|
||||
currentlyTapping--;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#define STATE_FIRST_TIME 4
|
||||
#define STATE_WARNING 5
|
||||
|
||||
#define GAME_VERSION "WTH?! 0.3.0 - by WilLoW"
|
||||
#define GAME_VERSION "WTH?! 0.3.1 - by WilLoW"
|
||||
#define ALPHA_WARNING 0
|
||||
|
||||
#define DEFAULT_ANGLE_MULTIPLIER 0.4
|
||||
|
||||
Reference in New Issue
Block a user