更新 'settings.py'

This commit is contained in:
206530212 2021-06-19 11:05:33 +08:00
parent 252d2899dc
commit 171ede9932
1 changed files with 7 additions and 1 deletions

View File

@ -29,3 +29,9 @@ class Settings():
self.score_scale = 1.01
self.initialize_dynamic_settings()
# fleet_direction为1表示向右移为-1表示向左移
self.fleet_direction = 1
def initialize_dynamic_settings(self):
"""初始化随游戏进行而变化的设置"""