faster ship movement for CES demo
This commit is contained in:
parent
ad7c978ef5
commit
93a5850c7b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue