fix: leaving wall stops wall hugging

This commit is contained in:
2025-06-10 16:53:09 +02:00
parent f00def5e6e
commit d53aca98a0
5 changed files with 22 additions and 1 deletions

View File

@ -330,6 +330,12 @@ to = NodePath("../../JumpFromWall")
event = &"jump"
delay_in_seconds = "0.0"
[node name="OnLeaveWall" type="Node" parent="StateChart/Root/Movement/Airborne/WallHugging"]
script = ExtResource("28_n7qhm")
to = NodePath("../../Falling")
event = &"start_falling"
delay_in_seconds = "0.0"
[node name="CoyoteEnabled" type="Node" parent="StateChart/Root/Movement/Airborne"]
script = ExtResource("27_34snm")