更新 'game_stats.py'
This commit is contained in:
parent
3ae4df4366
commit
6817634bc3
|
@ -9,6 +9,9 @@ class GameStats:
|
|||
# 游戏刚启动时处于非活动状态
|
||||
self.game_active = False
|
||||
|
||||
# 任何情况下都不应重置最高得分
|
||||
self.high_score = 0
|
||||
|
||||
|
||||
|
||||
def reset_stats(self):
|
||||
|
|
Loading…
Reference in New Issue