更新 '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

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