[gd_scene load_steps=10 format=3 uid="uid://br7yq757cawts"] [ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="1_b1ibi"] [ext_resource type="PackedScene" uid="uid://biwd3jj65qrlh" path="res://prefabs/farming/base_field.tscn" id="2_72r8y"] [ext_resource type="PackedScene" uid="uid://bjhj1wa5olwcu" path="res://prefabs/farming/base_plant.tscn" id="3_oyw0x"] [ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_r4sre"] [ext_resource type="PackedScene" uid="uid://cf0jpuio8tgim" path="res://prefabs/interactions/sprite_switcher.tscn" id="6_r4sre"] [sub_resource type="PlaneMesh" id="PlaneMesh_8yprl"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8tgff"] albedo_color = Color(0.505882, 0.588235, 0.494118, 1) [sub_resource type="BoxShape3D" id="BoxShape3D_t58di"] size = Vector3(2.01563, 0.160522, 2.00824) [sub_resource type="SphereShape3D" id="SphereShape3D_0ptl4"] resource_local_to_scene = true radius = 1.0 [node name="SceneFarmVesna" type="Node3D"] [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0) mesh = SubResource("PlaneMesh_8yprl") skeleton = NodePath("") surface_material_override/0 = SubResource("StandardMaterial3D_8tgff") [node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000976563, -0.0739136, -0.00112915) shape = SubResource("BoxShape3D_t58di") [node name="Player3d" parent="." node_paths=PackedStringArray("_fieldParent") instance=ExtResource("1_b1ibi")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.51633, 0.725631, 3.57249) _fieldParent = NodePath("../FieldParent") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 0.618408, 0.785857, 0, -0.785857, 0.618408, -0.802612, 0, 4.73262) [node name="BaseField" parent="." instance=ExtResource("2_72r8y")] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.001, 0) [node name="BasePlant" parent="BaseField" instance=ExtResource("3_oyw0x")] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) top_level = true [node name="HoePickup" parent="." instance=ExtResource("4_r4sre")] transform = Transform3D(1, 0, 0, 0, 1, -1.06581e-14, 0, 1.06581e-14, 1, -4.327, 1.5, -3.447) [node name="CollisionShape3D" parent="HoePickup/Area3D" index="0"] shape = SubResource("SphereShape3D_0ptl4") [node name="SpriteSwitcher Hoe" parent="HoePickup" instance=ExtResource("6_r4sre")] [node name="FieldParent" type="Node3D" parent="."] [connection signal="Interacted" from="HoePickup" to="HoePickup/SpriteSwitcher Hoe" method="SwitchState"] [connection signal="Switch" from="HoePickup/SpriteSwitcher Hoe" to="Player3d" method="ActivateHoe"] [editable path="HoePickup"]