mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
15 lines
454 B
Text
15 lines
454 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://dj72yshd25ucx"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://behaviours/collectable.gd" id="1_p0pc3"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_su28r"]
|
||
|
radius = 16.4012
|
||
|
|
||
|
[node name="Collectable" type="Node2D"]
|
||
|
script = ExtResource("1_p0pc3")
|
||
|
|
||
|
[node name="CollectArea" type="Area2D" parent="."]
|
||
|
|
||
|
[node name="Shape" type="CollisionShape2D" parent="CollectArea"]
|
||
|
shape = SubResource("CircleShape2D_su28r")
|