Exemplo n.º 1
0
 def tick(self, dt):
     Entity.tick(self, dt)
     if self.thrusting:
         thurst()
     else:
         resetThrust()
     self.currFireRate = self.currFireRate - 1
     return False