Maybe this is whack idk
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user