summaryrefslogtreecommitdiffstats
path: root/Player.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-08-09 23:09:14 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2022-08-09 23:09:14 +0300
commit2d888d00efba0314ac6357f2dbccd0ad01173023 (patch)
tree9d1904473ac8cf5553d903db2df7b9d01ffdfb03 /Player.tscn
parentba41bbbb09e0d1057179a0f221b8d297d37ecb79 (diff)
Add background
Diffstat (limited to 'Player.tscn')
-rw-r--r--Player.tscn3
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="."]