mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
dev flag on levitate ignore
This commit is contained in:
parent
c4b11604ec
commit
2e465f8cc8
@ -239,10 +239,12 @@ class ControlManager:
|
|||||||
inputState.ignore("jump")
|
inputState.ignore("jump")
|
||||||
inputState.ignore("slideLeft")
|
inputState.ignore("slideLeft")
|
||||||
inputState.ignore("slideRight")
|
inputState.ignore("slideRight")
|
||||||
inputState.ignore("levitateUp")
|
|
||||||
inputState.ignore("levitateDown")
|
|
||||||
inputState.ignore("run")
|
inputState.ignore("run")
|
||||||
inputState.ignore("slide")
|
if __dev__:
|
||||||
|
inputState.ignore("slide")
|
||||||
|
inputState.ignore("levitateUp")
|
||||||
|
inputState.ignore("levitateDown")
|
||||||
|
|
||||||
|
|
||||||
#self.monitorTask.remove()
|
#self.monitorTask.remove()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user