2023-10-01 09:56:54 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://c5w3b55aiui6c"]
|
2023-10-01 01:03:03 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://collector/collector.gd" id="1_1xtt5"]
|
|
|
|
|
2023-10-01 09:56:54 +00:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vcox2"]
|
|
|
|
size = Vector2(113, 65)
|
|
|
|
|
2023-10-01 01:03:03 +00:00
|
|
|
[node name="Collector" type="Area2D"]
|
|
|
|
script = ExtResource("1_1xtt5")
|
|
|
|
|
2023-10-01 09:56:54 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
position = Vector2(87.5, 48.5)
|
|
|
|
shape = SubResource("RectangleShape2D_vcox2")
|
|
|
|
|
2023-10-01 01:03:03 +00:00
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|