@ -4,7 +4,7 @@ class Stats():
def __init__(self):
self.reset_stats()
self.run_game = True
with open("highscore.txt", "r") as f:
with open("highscores.txt", "r") as f:
self.high_score = int(f.readline())
def reset_stats(self):
self.guns_left = 3