Ejemplo n.º 1
0
 def __init__(self) :
     Moving.__init__(self)
     self.strength = 1
     self.rotationSpeed = 0
     self.hits = 0
Ejemplo n.º 2
0
 def __init__(self) :
     Moving.__init__(self)
     self.lifeIcon = []
     self.bulletName = "bullet-1"
Ejemplo n.º 3
0
 def __init__(self) :
     Moving.__init__(self)
     self.speed = 1