1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/collector/collector.tscn

16 lines
523 B
Text
Raw Normal View History

[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"]
[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")
[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"]