Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Sep 14, 2024
2 parents 925c21a + 45f8cee commit 7e01dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ By making a contribution to this project, I certify that I multi-license my cont
| 2023-10-29 | @Mina928 |
| 2024-02-21 | Matthew Wadle (mwadle, [email protected]) |
| 2024-04-05 | Anthony Clayton (AnthonyClayton12, [email protected])
| 2024-09-13 | @junefish
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private void showGiveUpGameMessage(boolean win) {
private void showAllEnemiesDefeatedMessage() {
Dialog endDialog = dialogFactory.createDialog(result -> exitToMenu());
endDialog.button("Exit");
endDialog.text("VICTORY! You deafeated all your enemies.\n");
endDialog.text("VICTORY! You defeated all your enemies.\n");
endDialog.show(hudStage);
}

Expand Down

0 comments on commit 7e01dc7

Please sign in to comment.