forked from team-sg/hero-mark-2
sg can now always control themself in air
This commit is contained in:
parent
2974cce19e
commit
b3dadff025
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ initial_state = NodePath("CanWalk")
|
|||
|
||||
[node name="On Airborne" type="Node" parent="StateChart/Root/Movement/Grounded"]
|
||||
script = ExtResource( 10 )
|
||||
to = NodePath("../../Airborne/Falling/CoyoteFalling")
|
||||
to = NodePath("../../Airborne/Falling/NormalFalling")
|
||||
event = "airborne"
|
||||
|
||||
[node name="On Jump" type="Node" parent="StateChart/Root/Movement/Grounded"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue