mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44:21 +00:00
9 lines
287 B
Text
9 lines
287 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://c5w3b55aiui6c"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://collector/collector.gd" id="1_1xtt5"]
|
||
|
|
||
|
[node name="Collector" type="Area2D"]
|
||
|
script = ExtResource("1_1xtt5")
|
||
|
|
||
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|