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