예제 #1
0
파일: rock.py 프로젝트: nickthecoder/itchy
 def __init__(self) :
     Moving.__init__(self)
     self.strength = 1
     self.rotationSpeed = 0
     self.hits = 0
예제 #2
0
파일: ship.py 프로젝트: nickthecoder/itchy
 def __init__(self) :
     Moving.__init__(self)
     self.lifeIcon = []
     self.bulletName = "bullet-1"
예제 #3
0
 def __init__(self) :
     Moving.__init__(self)
     self.speed = 1