From 93a5850c7ba44b027695381f9f5fa2bf13baa91e Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Fri, 29 Dec 2006 20:06:08 +0000 Subject: [PATCH] faster ship movement for CES demo --- direct/src/controls/ShipPilot2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/direct/src/controls/ShipPilot2.py b/direct/src/controls/ShipPilot2.py index bb48628daa..6bef3274c2 100755 --- a/direct/src/controls/ShipPilot2.py +++ b/direct/src/controls/ShipPilot2.py @@ -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