Exemplo n.º 1
0
 def __init__(self, world, init_angle, init_x, init_y):
     Car.__init__(self, world, init_angle, 5, 30)  #30
     self.hull.linearVelocity[1] = 100
     self.omega = 100