mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 04:33:04 -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.__slideSpeed*=4.0
|
||||||
self.__rotationSpeed*=1.25
|
self.__rotationSpeed*=1.25
|
||||||
maxSpeed = self.ship.maxSpeed * 4.0
|
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
|
self.currentTurning += self.__rotationSpeed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user