更新 'settings.py'
This commit is contained in:
parent
19c2017b38
commit
005432ff47
|
@ -20,9 +20,6 @@ class Settings: # 所有设置的类
|
|||
self.fleet_direction = 1
|
||||
# 加快游戏节奏的速度
|
||||
self.speedup_scale = 1.1
|
||||
# 外星人分数的提高速度
|
||||
self.score_scale = 1.5
|
||||
self.initialize_dynamic_settings()
|
||||
|
||||
# """初始化随游戏进行而变化的设置"""
|
||||
def initialize_dynamic_settings(self):
|
||||
|
|
Loading…
Reference in New Issue