diff options
Diffstat (limited to 'Player.tscn')
| -rw-r--r-- | Player.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Player.tscn b/Player.tscn index 65c474e..6de8d4a 100644 --- a/Player.tscn +++ b/Player.tscn @@ -43,7 +43,7 @@ nodes/is_grounded/position = Vector2( 400, 90 ) nodes/is_moving/node = SubResource( 15 ) nodes/is_moving/position = Vector2( 140, 190 ) nodes/output/position = Vector2( 620, 100 ) -node_connections = [ "output", 0, "is_grounded", "TimeScale", 0, "Walk", "is_grounded", 0, "Fall", "is_grounded", 1, "is_moving", "is_moving", 0, "Idle", "is_moving", 1, "TimeScale" ] +node_connections = [ "output", 0, "is_grounded", "is_grounded", 0, "Fall", "is_grounded", 1, "is_moving", "is_moving", 0, "Idle", "is_moving", 1, "TimeScale", "TimeScale", 0, "Walk" ] [sub_resource type="Animation" id=10] resource_name = "Fall" |
