更新 'settings.py'

This commit is contained in:
206530211 2021-06-22 10:57:37 +08:00
parent bbde256b3d
commit f6a25876e7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Settings():
self.bullet_width = 3
self.bullet_height = 15
self.bullet_color = 60, 60, 60
self.bullets_allowed = 3
self.bullets_allowed = 20
# 外星人设置
self.alien_speed_factor = 0.1