mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
10 lines
345 B
Text
10 lines
345 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"]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
script = ExtResource("1_xn6rb")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|