Browse Source

faster ship movement for CES demo

Joe Shochet 19 years ago
parent
commit
93a5850c7b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      direct/src/controls/ShipPilot2.py

+ 5 - 0
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