Litty Animation Practice littier

This commit is contained in:
KahootChampion
2019-03-23 19:19:44 -06:00
parent 55b3dbe0b6
commit ddc8cd4a06
2 changed files with 0 additions and 6 deletions

View File

@@ -433,13 +433,7 @@ public class ShipWarfareGUI extends Player {
* @param event, once button is clicked, executes graphical information
*/
public void handle(ActionEvent event) {
AnimationTesting fightShips = new AnimationTesting(getPlayer());
try {
fightShips.startShipAnimation(stage);
} catch (Exception e) {
}
stage.show();
try {
shipsAttackingOrRunningGif.setImage(new Image(new FileInputStream("src/images/ShipsAttacking.gif")));
chooseFightOrRun.setText("Pressing forward in our attack!");

Binary file not shown.