summaryrefslogtreecommitdiff
path: root/dicaprio.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'dicaprio.tscn')
-rw-r--r--dicaprio.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/dicaprio.tscn b/dicaprio.tscn
index 976a401..41e3cde 100644
--- a/dicaprio.tscn
+++ b/dicaprio.tscn
@@ -10,9 +10,6 @@ height = 174.0
[node name="Area2D" type="Area2D"]
script = ExtResource("1_wrbpo")
-[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
-shape = SubResource("CapsuleShape2D_sakix")
-
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_6cbbs")
@@ -21,4 +18,7 @@ texture = ExtResource("1_6cbbs")
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_6cbbs")
+[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
+shape = SubResource("CapsuleShape2D_sakix")
+
[connection signal="area_entered" from="." to="." method="_on_area_entered"]