changed some stuff related to the fight button animation

This commit is contained in:
KahootChampion
2019-03-24 19:50:42 -06:00
parent 566cc9dfb2
commit 31c72b3a1c

View File

@@ -535,6 +535,8 @@ public class AnimationTesting extends Player {
else{
report.setVisible(true);
continueButton.setVisible(true);
usAgainstEnemyDivisor.setVisible(false);
cannon.setVisible(false);
shotsFired.stop();
}
@@ -564,6 +566,10 @@ public class AnimationTesting extends Player {
}
});
}
}