faster ship movement for CES demo

This commit is contained in:
Joe Shochet 2006-12-29 20:06:08 +00:00
parent ad7c978ef5
commit 93a5850c7b

View File

@ -647,6 +647,11 @@ class ShipPilot2(PhysicsWalker):
self.__slideSpeed*=4.0
self.__rotationSpeed*=1.25
maxSpeed = self.ship.maxSpeed * 4.0
self.__speed*=4.0
self.__slideSpeed*=4.0
self.__rotationSpeed*=1.25
maxSpeed = self.ship.maxSpeed * 4.0
#*#
self.currentTurning += self.__rotationSpeed