ladder jump replaced with normal jump

This commit is contained in:
pennyrigate 2023-08-03 23:09:31 -04:00
parent be26a5c6ec
commit c2792083ca

View file

@ -1410,7 +1410,7 @@ __meta__ = {
[node name="On LadderPeak" type="Node" parent="StateChart/Root/Movement/Climbing"] [node name="On LadderPeak" type="Node" parent="StateChart/Root/Movement/Climbing"]
script = ExtResource( 10 ) script = ExtResource( 10 )
to = NodePath("../../Airborne/Jump/LadderJump") to = NodePath("../../Airborne/Jump/NormalJump")
event = "ladder_peak" event = "ladder_peak"
[node name="On LadderJump" type="Node" parent="StateChart/Root/Movement/Climbing"] [node name="On LadderJump" type="Node" parent="StateChart/Root/Movement/Climbing"]