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