+[node name="mushroom2" parent="mushrooms" instance=ExtResource("3_cq28e")]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.26121, 0, 4.04727)
+
+[node name="mushroom3" parent="mushrooms" instance=ExtResource("3_cq28e")]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.74696, 0, -5.19882)
+
+[node name="ground" type="Node3D" parent="."]
+
+[node name="test" type="MeshInstance3D" parent="ground"]
+mesh = SubResource("PlaneMesh_p1m44")
+skeleton = NodePath("../..")
+
+[node name="StaticBody3D" type="StaticBody3D" parent="ground/test"]
+
+[node name="CollisionShape3D" type="CollisionShape3D" parent="ground/test/StaticBody3D"]
+shape = SubResource("ConcavePolygonShape3D_tjuji")
+
+[connection signal="quit" from="." to="." method="_on_quit"]
+[connection signal="victory" from="." to="." method="_on_victory"]
+[connection signal="picked" from="mushrooms/mushroom" to="." method="_on_mushroom_picked"]
+[connection signal="picked" from="mushrooms/mushroom2" to="." method="_on_mushroom_picked"]
+[connection signal="picked" from="mushrooms/mushroom3" to="." method="_on_mushroom_picked"]