更新 'settings.py'
This commit is contained in:
parent
ae1335cc8b
commit
6614df91ae
|
@ -14,3 +14,7 @@ class Settings():
|
|||
# 子弹设置
|
||||
self.bullet_speed_factor =1
|
||||
self.ship_limit = 3
|
||||
self.bullet_width = 3
|
||||
self.bullet_height = 15
|
||||
self.bullet_color = 60, 60, 60
|
||||
self.bullets_allowed = 3
|
||||
|
|
Loading…
Reference in New Issue