dies und das
This commit is contained in:
@@ -129,3 +129,4 @@ class GameState:
|
|||||||
with open(config.HIGHSCORE_FILE, "w+") as file:
|
with open(config.HIGHSCORE_FILE, "w+") as file:
|
||||||
file.writelines([str(player.score)])
|
file.writelines([str(player.score)])
|
||||||
file.close()
|
file.close()
|
||||||
|
self.highscore = player.score
|
||||||
Reference in New Issue
Block a user