Browse Source

refactoring: change ending text

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

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

@ -289,7 +289,7 @@ public class StartDarkSoulsGame {
}
public void ending () {
position = "endig";
mainTextArea.setText("No Way. The ASHEN ONE is real.\n"
mainTextArea.setText("The ASHEN ONE is real.\n"
+ "You killed him! you killed the SOUl OF CINDER.\n"
+ "Welcome Aschen one to our Town.\n"
+ "<THE End>");

Loading…
Cancel
Save