更新 'settings.py'

This commit is contained in:
206530212 2021-06-18 16:05:11 +08:00
parent ae1335cc8b
commit 6614df91ae
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@ class Settings():
# 子弹设置 # 子弹设置
self.bullet_speed_factor =1 self.bullet_speed_factor =1
self.ship_limit = 3 self.ship_limit = 3
self.bullet_width = 3
self.bullet_height = 15
self.bullet_color = 60, 60, 60
self.bullets_allowed = 3