sisi
This commit is contained in:
@@ -126,5 +126,4 @@ class GameState:
|
||||
if player.hasHighscore:
|
||||
with open(config.HIGHSCORE_FILE, "w+") as file:
|
||||
file.write(str(player.score))
|
||||
file.flush()
|
||||
file.close()
|
||||
Reference in New Issue
Block a user