[gd_scene load_steps=4 format=3 uid="uid://csuyt22r71oxl"] [ext_resource type="PackedScene" uid="uid://b1kwwyctl2bug" path="res://mushroom/model/golden-chanterelle.glb" id="1_abaxu"] [ext_resource type="Script" path="res://mushroom/mushroom.gd" id="1_blb61"] [sub_resource type="SphereShape3D" id="SphereShape3D_5dm4s"] radius = 0.191568 [node name="mushroom" type="Node3D"] script = ExtResource("1_blb61") [node name="golden-chanterelle" parent="." instance=ExtResource("1_abaxu")] [node name="Area3D" type="Area3D" parent="." groups=["pickable"]] [node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.120821, 0) shape = SubResource("SphereShape3D_5dm4s") [connection signal="area_entered" from="Area3D" to="." method="_on_area_3d_area_entered"]