From 2d888d00efba0314ac6357f2dbccd0ad01173023 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 9 Aug 2022 23:09:14 +0300 Subject: Add background --- Player.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Player.tscn') 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="."] -- cgit v1.3