更新 'game_stats.py'
This commit is contained in:
parent
fc8e20a3a0
commit
e69b80d37f
|
@ -10,3 +10,5 @@ class GameStats():
|
||||||
|
|
||||||
# 在任何情况下都不应重置最高得分
|
# 在任何情况下都不应重置最高得分
|
||||||
self.high_score = 0
|
self.high_score = 0
|
||||||
|
|
||||||
|
def reset_stats(self):
|
Loading…
Reference in New Issue