更新 'game_stats.py'
This commit is contained in:
parent
e69b80d37f
commit
8b98bc0e3b
|
@ -11,4 +11,5 @@ class GameStats():
|
|||
# 在任何情况下都不应重置最高得分
|
||||
self.high_score = 0
|
||||
|
||||
def reset_stats(self):
|
||||
def reset_stats(self):
|
||||
"""初始化在游戏运行期间可能变化的统计信息"""
|
Loading…
Reference in New Issue