Browse Source

refactoring: change losing text

master
Yazan Alaamer 2 years ago
parent
commit
e9f25629e4
  1. 2
      src/main/java/game/StartDarkSoulsGame.java

2
src/main/java/game/StartDarkSoulsGame.java

@ -277,7 +277,7 @@ public class StartDarkSoulsGame {
public void lose() { public void lose() {
position = "lose"; position = "lose";
mainTextArea.setText("You are Dead. \n" mainTextArea.setText("You are Dead. \n"
+ "DU NPC hhhhhhhhhhhhh");
+ "<GAME OVER>");
choice1.setText(">"); choice1.setText(">");
choice2.setText(""); choice2.setText("");
choice3.setText(""); choice3.setText("");

Loading…
Cancel
Save