更新 'game_stats.py'
This commit is contained in:
parent
fc8e20a3a0
commit
e69b80d37f
|
@ -9,4 +9,6 @@ class GameStats():
|
|||
self.game_active = False
|
||||
|
||||
# 在任何情况下都不应重置最高得分
|
||||
self.high_score = 0
|
||||
self.high_score = 0
|
||||
|
||||
def reset_stats(self):
|
Loading…
Reference in New Issue