Maybe this is whack idk

This commit is contained in:
KahootChampion
2019-03-21 12:45:39 -06:00
parent 7ed267a6a0
commit 60cb7b3069

View File

@@ -434,6 +434,8 @@ public class ShipWarfareGUI extends Player{
public void handle(ActionEvent event) { public void handle(ActionEvent event) {
try{ try{
shipsAttackingOrRunningGif.setImage(new Image(new FileInputStream("src/ShipsAttacking.gif"))); shipsAttackingOrRunningGif.setImage(new Image(new FileInputStream("src/ShipsAttacking.gif")));
chooseFightOrRun.setText("Pressing forward in our attack!");
}catch (FileNotFoundException e) { }catch (FileNotFoundException e) {
e.printStackTrace(); e.printStackTrace();
} }