From c2792083ca6bd58f21e0c26aa7b5967b956216aa Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Thu, 3 Aug 2023 23:09:31 -0400 Subject: [PATCH] ladder jump replaced with normal jump --- objects/player/player.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/player/player.tscn b/objects/player/player.tscn index c92a8d2..19ba597 100644 --- a/objects/player/player.tscn +++ b/objects/player/player.tscn @@ -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"]