forked from team-sg/hero-mark-2
ladder jump replaced with normal jump
This commit is contained in:
parent
be26a5c6ec
commit
c2792083ca
1 changed files with 1 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ __meta__ = {
|
|||
|
||||
[node name="On LadderPeak" type="Node" parent="StateChart/Root/Movement/Climbing"]
|
||||
script = ExtResource( 10 )
|
||||
to = NodePath("../../Airborne/Jump/LadderJump")
|
||||
to = NodePath("../../Airborne/Jump/NormalJump")
|
||||
event = "ladder_peak"
|
||||
|
||||
[node name="On LadderJump" type="Node" parent="StateChart/Root/Movement/Climbing"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue