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