-fixesRockslide Elemental, Welkin Hawk
-Added messages for Manapool updates
-Cleaned up ManaProducer code
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-26 14:30:24 +00:00
parent 5e18cdb25d
commit 0dfa3f2e16
17 changed files with 165 additions and 144 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ void MTGGamePhase::Update(float dt){
int newState = GameObserver::GetInstance()->getCurrentGamePhase();
if (newState != currentState){
activeState = ACTIVE;
animation = 1;
animation = 4;
currentState = newState;
switch (currentState){
@@ -28,7 +28,7 @@ void MTGGamePhase::Update(float dt){
if (animation > 0){
// fprintf(stderr, "animation = %f", animation);
animation -= dt *5 ;
animation -- ;
}else{
activeState = INACTIVE;
animation = 0;