更新 'alien.py'

This commit is contained in:
206530230 2021-06-19 11:17:03 +08:00
parent e3b8e99f23
commit 3dbb019346
1 changed files with 2 additions and 1 deletions

View File

@ -17,3 +17,4 @@ class Alien(Sprite):
# 每个外星人最初都在屏幕左上角附近
self.rect.x = self.rect.width
self.rect.y = self.rect.height