mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
added jump hard land back in
This commit is contained in:
parent
1dd6700ef7
commit
b55032cf4b
@ -345,8 +345,7 @@ class GravityWalker(DirectObject.DirectObject):
|
||||
self.isAirborne = 0
|
||||
impact = self.lifter.getImpactVelocity()
|
||||
if impact < -30.0:
|
||||
#messenger.send("jumpHardLand")
|
||||
messenger.send("jumpLand")
|
||||
messenger.send("jumpHardLand")
|
||||
self.startJumpDelay(0.1)
|
||||
else:
|
||||
messenger.send("jumpLand")
|
||||
|
Loading…
x
Reference in New Issue
Block a user