diff options
Diffstat (limited to 'Player.tscn')
| -rw-r--r-- | Player.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Player.tscn b/Player.tscn index ec8edf8..65c474e 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 = [ "TimeScale", 0, "Walk", "is_grounded", 0, "Fall", "is_grounded", 1, "is_moving", "output", 0, "is_grounded", "is_moving", 0, "Idle", "is_moving", 1, "TimeScale" ] +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" ] [sub_resource type="Animation" id=10] resource_name = "Fall" @@ -142,7 +142,6 @@ frame = 1 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2( 0, 4 ) -scale = Vector2( 1, 1 ) shape = SubResource( 18 ) [node name="FloorRaycastL" type="RayCast2D" parent="."] |
