mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
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…
x
Reference in New Issue
Block a user