Fixed typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user