mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
removed slide again
This commit is contained in:
parent
79de5d6173
commit
17701818ff
@ -441,7 +441,6 @@ class GravityWalker(DirectObject.DirectObject):
|
|||||||
turnLeft = inputState.isSet("turnLeft")
|
turnLeft = inputState.isSet("turnLeft")
|
||||||
turnRight = inputState.isSet("turnRight")
|
turnRight = inputState.isSet("turnRight")
|
||||||
#slide = 0 #hack -- was: inputState.isSet("slide")
|
#slide = 0 #hack -- was: inputState.isSet("slide")
|
||||||
slide = inputState.isSet("slide")
|
|
||||||
jump = inputState.isSet("jump")
|
jump = inputState.isSet("jump")
|
||||||
# Determine what the speeds are based on the buttons:
|
# Determine what the speeds are based on the buttons:
|
||||||
self.speed=(forward and self.avatarControlForwardSpeed or
|
self.speed=(forward and self.avatarControlForwardSpeed or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user