1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 16:14:22 +00:00
hella-farm/behaviours/collectable.tscn

10 lines
365 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://dj72yshd25ucx"]
[ext_resource type="Script" path="res://behaviours/collectable.gd" id="1_p0pc3"]
2024-04-15 20:39:06 +00:00
[node name="Collectable" type="Area2D"]
script = ExtResource("1_p0pc3")
[connection signal="collected" from="." to="." method="_on_collected"]
2024-04-15 20:39:06 +00:00
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]