added powerup
This commit is contained in:
parent
d1a5e2c0e5
commit
1f8574d85e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Shooter(pygame.sprite.Sprite):
|
|||
self.OP = True
|
||||
self.level = 0
|
||||
self.lives = 3
|
||||
self.powerup = ""
|
||||
|
||||
def set_position(self,x,y):
|
||||
self.rect.x, self.rect.y = x,y
|
||||
|
|
Reference in a new issue