From f77433d5f459b6c5d6480a733279701b9631aa38 Mon Sep 17 00:00:00 2001 From: administrator Date: Sun, 7 Jan 2024 21:38:00 +0100 Subject: [PATCH] Fixed typo --- pygame-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygame-test.py b/pygame-test.py index 2a156b7..12dcc75 100644 --- a/pygame-test.py +++ b/pygame-test.py @@ -158,7 +158,7 @@ while active == True: if(count_hidden_entities == count_spawend_enities): print("WIN!!!") if(Player.get_player_score() > User.gethighscore()): - print("Neuner Highscore!!!") + print("Neuer Highscore!!!") User.update_user_highscore(Player.get_player_score()) menu.enable() menu.add.label("WIN", "win", 10)