Fixed typo

This commit is contained in:
2024-01-07 21:38:00 +01:00
parent c146a58904
commit f77433d5f4

View File

@@ -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)