更新 'game_stats.py'

This commit is contained in:
206530230 2021-06-23 20:53:46 +08:00
parent 7341a596e8
commit 93d36504dd
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ class GameStats():
self.ai_settings = ai_settings
self.reset_stats()
# 游戏刚启动时处于活动状态
self.game_active = False
self.game_active = False
# 在任何情况下都不应重置最高得分