更新 'game_stats.py'

This commit is contained in:
206530230 2021-06-23 20:54:25 +08:00
parent fc8e20a3a0
commit e69b80d37f
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ class GameStats():
self.game_active = False
# 在任何情况下都不应重置最高得分
self.high_score = 0
self.high_score = 0
def reset_stats(self):