更新 'game_stats.py'
This commit is contained in:
parent
93d36504dd
commit
fc8e20a3a0
|
@ -8,4 +8,5 @@ class GameStats():
|
|||
# 游戏刚启动时处于活动状态
|
||||
self.game_active = False
|
||||
|
||||
# 在任何情况下都不应重置最高得分
|
||||
# 在任何情况下都不应重置最高得分
|
||||
self.high_score = 0
|
Loading…
Reference in New Issue