]> Untitled Git - mushroom-game.git/blob - mushroom/mushroom.tscn
Squashed commit of the following:
[mushroom-game.git] / mushroom / mushroom.tscn
1 [gd_scene load_steps=4 format=3 uid="uid://csuyt22r71oxl"]
2
3 [ext_resource type="PackedScene" uid="uid://b1kwwyctl2bug" path="res://mushroom/model/golden-chanterelle.glb" id="1_abaxu"]
4 [ext_resource type="Script" path="res://mushroom/mushroom.gd" id="1_blb61"]
5
6 [sub_resource type="SphereShape3D" id="SphereShape3D_5dm4s"]
7 radius = 0.191568
8
9 [node name="mushroom" type="Node3D"]
10 script = ExtResource("1_blb61")
11
12 [node name="golden-chanterelle" parent="." instance=ExtResource("1_abaxu")]
13
14 [node name="Area3D" type="Area3D" parent="." groups=["pickable"]]
15
16 [node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
17 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.120821, 0)
18 shape = SubResource("SphereShape3D_5dm4s")
19
20 [connection signal="area_entered" from="Area3D" to="." method="_on_area_3d_area_entered"]