Farming part I
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://br7yq757cawts"]
|
||||
[gd_scene load_steps=7 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"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_8yprl"]
|
||||
|
||||
@@ -21,3 +25,15 @@ surface_material_override/0 = SubResource("StandardMaterial3D_8tgff")
|
||||
[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="." instance=ExtResource("1_b1ibi")]
|
||||
transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, -4.80632, 0.0702609, 3.57249)
|
||||
|
||||
[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, -2.18557e-08, -0.5, 0, 0.5, -2.18557e-08, -2.26145, 0.0702609, 4.04213)
|
||||
|
||||
[node name="BasePlant" parent="BaseField" instance=ExtResource("3_oyw0x")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0481086, -0.424278, 0.0145219)
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dx7gn5yiq1aki"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://prefabs/player.tscn" id="1_aa8yc"]
|
||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/trees/darktree1.png" id="2_k41x3"]
|
||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://art/mockups/trees/darktree1.png" id="2_k41x3"]
|
||||
[ext_resource type="Script" uid="uid://b4h7k5w0jsjri" path="res://scripts/CSharp/Common/CameraController.cs" id="2_tykdc"]
|
||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/trees/darktree2.png" id="3_tykdc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://graphics/mockups/trees/darktree3.png" id="4_4u5mu"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://graphics/mockups/trees/darktree4.png" id="5_y2pux"]
|
||||
[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://graphics/mockups/trees/darktree5.png" id="6_5shat"]
|
||||
[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://graphics/mockups/trees/darktree6.png" id="7_oyj6k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://graphics/mockups/trees/darktree7.png" id="8_1guf4"]
|
||||
[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://graphics/mockups/trees/darktree8.png" id="9_viosu"]
|
||||
[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://graphics/mockups/trees/darktree9.png" id="10_clutx"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://graphics/testingground/mushroom1.png" id="11_ovtse"]
|
||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://art/mockups/trees/darktree2.png" id="3_tykdc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://art/mockups/trees/darktree3.png" id="4_4u5mu"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://art/mockups/trees/darktree4.png" id="5_y2pux"]
|
||||
[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://art/mockups/trees/darktree5.png" id="6_5shat"]
|
||||
[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://art/mockups/trees/darktree6.png" id="7_oyj6k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://art/mockups/trees/darktree7.png" id="8_1guf4"]
|
||||
[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://art/mockups/trees/darktree8.png" id="9_viosu"]
|
||||
[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://art/mockups/trees/darktree9.png" id="10_clutx"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://art/testingground/mushroom1.png" id="11_ovtse"]
|
||||
|
||||
[node name="AbandonedStreet" type="Node2D"]
|
||||
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
[gd_scene load_steps=36 format=3 uid="uid://c1j5u0cjdswvp"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/trees/darktree1.png" id="1_u6vd6"]
|
||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/trees/darktree2.png" id="2_tcvf7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://graphics/mockups/trees/darktree3.png" id="3_v2fdw"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://graphics/mockups/trees/darktree4.png" id="4_yrcwc"]
|
||||
[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://graphics/mockups/trees/darktree5.png" id="5_3ynl8"]
|
||||
[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://graphics/mockups/trees/darktree6.png" id="6_ijjvr"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://graphics/mockups/trees/darktree7.png" id="7_lwa45"]
|
||||
[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://graphics/mockups/trees/darktree8.png" id="8_wu13e"]
|
||||
[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://graphics/mockups/trees/darktree9.png" id="9_4i1d4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://graphics/testingground/mushroom1.png" id="10_my8if"]
|
||||
[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://graphics/mockups/concerned.png" id="10_oy1dv"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj1bfgpunfsoq" path="res://graphics/testingground/mushroom3.png" id="12_50we8"]
|
||||
[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://graphics/mockups/TakeThatCandy.png" id="12_jgqen"]
|
||||
[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://graphics/mockups/IveSeenSomeShit.png" id="13_gcssn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://graphics/mockups/Doll.png" id="14_qxv15"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnb3bjk274vgn" path="res://graphics/testingground/mushroom4.png" id="16_5f343"]
|
||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://art/mockups/trees/darktree1.png" id="1_u6vd6"]
|
||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://art/mockups/trees/darktree2.png" id="2_tcvf7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://art/mockups/trees/darktree3.png" id="3_v2fdw"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://art/mockups/trees/darktree4.png" id="4_yrcwc"]
|
||||
[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://art/mockups/trees/darktree5.png" id="5_3ynl8"]
|
||||
[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://art/mockups/trees/darktree6.png" id="6_ijjvr"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://art/mockups/trees/darktree7.png" id="7_lwa45"]
|
||||
[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://art/mockups/trees/darktree8.png" id="8_wu13e"]
|
||||
[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://art/mockups/trees/darktree9.png" id="9_4i1d4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://art/testingground/mushroom1.png" id="10_my8if"]
|
||||
[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://art/mockups/concerned.png" id="10_oy1dv"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj1bfgpunfsoq" path="res://art/testingground/mushroom3.png" id="12_50we8"]
|
||||
[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://art/mockups/TakeThatCandy.png" id="12_jgqen"]
|
||||
[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://art/mockups/IveSeenSomeShit.png" id="13_gcssn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://art/mockups/Doll.png" id="14_qxv15"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnb3bjk274vgn" path="res://art/testingground/mushroom4.png" id="16_5f343"]
|
||||
[ext_resource type="Script" uid="uid://d2486x6upmwqq" path="res://scripts/GdScript/dialogic_starter.gd" id="16_frq8l"]
|
||||
[ext_resource type="Texture2D" uid="uid://0oy8by6pd2wg" path="res://graphics/testingground/mushroom5.png" id="17_odxxd"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1h55mnc1giqu" path="res://graphics/testingground/mushroom6.png" id="18_i7vrp"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5lsjern0iqmc" path="res://graphics/testingground/mushroom7.png" id="19_yb8aa"]
|
||||
[ext_resource type="Texture2D" uid="uid://bg465y2vkrvfm" path="res://graphics/testingground/mushroom8.png" id="20_2ds7x"]
|
||||
[ext_resource type="Texture2D" uid="uid://6xxebx7ry6o8" path="res://graphics/testingground/mushroom9.png" id="21_jip6m"]
|
||||
[ext_resource type="Texture2D" uid="uid://bednd2jncey0i" path="res://graphics/testingground/mushroom10.png" id="22_1s1o0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cam7x7byvqtb2" path="res://graphics/testingground/mushroom11.png" id="23_m1mer"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfynp0xqtpcke" path="res://graphics/testingground/chestnut1.png" id="24_ohuks"]
|
||||
[ext_resource type="Texture2D" uid="uid://63rgrra0tdef" path="res://graphics/testingground/chestnut2.png" id="25_j83yj"]
|
||||
[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://graphics/mockups/field_placeholder.png" id="26_7nyv4"]
|
||||
[ext_resource type="Texture2D" uid="uid://0oy8by6pd2wg" path="res://art/testingground/mushroom5.png" id="17_odxxd"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1h55mnc1giqu" path="res://art/testingground/mushroom6.png" id="18_i7vrp"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5lsjern0iqmc" path="res://art/testingground/mushroom7.png" id="19_yb8aa"]
|
||||
[ext_resource type="Texture2D" uid="uid://bg465y2vkrvfm" path="res://art/testingground/mushroom8.png" id="20_2ds7x"]
|
||||
[ext_resource type="Texture2D" uid="uid://6xxebx7ry6o8" path="res://art/testingground/mushroom9.png" id="21_jip6m"]
|
||||
[ext_resource type="Texture2D" uid="uid://bednd2jncey0i" path="res://art/testingground/mushroom10.png" id="22_1s1o0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cam7x7byvqtb2" path="res://art/testingground/mushroom11.png" id="23_m1mer"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfynp0xqtpcke" path="res://art/testingground/chestnut1.png" id="24_ohuks"]
|
||||
[ext_resource type="Texture2D" uid="uid://63rgrra0tdef" path="res://art/testingground/chestnut2.png" id="25_j83yj"]
|
||||
[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://art/mockups/field_placeholder.png" id="26_7nyv4"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="27_mqdni"]
|
||||
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="28_h5ibf"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7f3t65jskd6v" path="res://graphics/mockups/house_prototype.png" id="29_kse13"]
|
||||
[ext_resource type="PackedScene" uid="uid://ltm8ca0prco" path="res://graphics/mockups/3d/best_house.fbx" id="31_lqlrn"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7f3t65jskd6v" path="res://art/mockups/house_prototype.png" id="29_kse13"]
|
||||
[ext_resource type="PackedScene" uid="uid://ltm8ca0prco" path="res://art/mockups/3d/best_house.fbx" id="31_lqlrn"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_8dxh5"]
|
||||
|
||||
@@ -1233,6 +1233,7 @@ light_color = Color(0.81, 0.49329, 0.4374, 1)
|
||||
|
||||
[node name="road" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.329771, -0.000931354, 6.51372e-11, -1.45041e-16, -1.09278e-09, -0.04, 0.0122939, 0.0249826, -1.74724e-09, -0.243499, 1.60336e-05, 0.10753)
|
||||
visible = false
|
||||
sorting_offset = -0.475
|
||||
modulate = Color(0.45098, 0.407843, 0.423529, 0.678431)
|
||||
shaded = true
|
||||
@@ -1240,24 +1241,28 @@ texture = ExtResource("10_my8if")
|
||||
|
||||
[node name="player" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, -0.0237094, 0.116035, 0.0958161)
|
||||
visible = false
|
||||
billboard = 1
|
||||
shaded = true
|
||||
texture = ExtResource("10_oy1dv")
|
||||
|
||||
[node name="player2" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, 0.329996, 0.116035, 0.334039)
|
||||
visible = false
|
||||
billboard = 1
|
||||
shaded = true
|
||||
texture = ExtResource("12_jgqen")
|
||||
|
||||
[node name="player3" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, 0.290469, 0.116035, -0.275782)
|
||||
visible = false
|
||||
billboard = 1
|
||||
shaded = true
|
||||
texture = ExtResource("13_gcssn")
|
||||
|
||||
[node name="semi_cat" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, -0.568754, 0.116035, -0.275782)
|
||||
visible = false
|
||||
billboard = 1
|
||||
shaded = true
|
||||
texture = ExtResource("14_qxv15")
|
||||
@@ -1348,43 +1353,48 @@ texture = ExtResource("25_j83yj")
|
||||
|
||||
[node name="field" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.17571, 0.0607805, 0.369449)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="field6" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.497358, 0.0607805, 0.369449)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="field2" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, -0.254384, 0.0607805, 0.369449)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="field3" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, -0.254384, 0.0607805, -0.0765149)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="field4" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.457693, 0.0607805, -0.0765149)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="field5" type="Sprite3D" parent="fields"]
|
||||
transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.0528325, 0.0607805, -0.0765149)
|
||||
visible = false
|
||||
shaded = true
|
||||
texture = ExtResource("26_7nyv4")
|
||||
|
||||
[node name="House2D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.08, 0, 0, 0, 0.08, 0, 0, 0, 0.08, -0.18856, 0.129568, -0.385021)
|
||||
visible = false
|
||||
transform = Transform3D(0.08, 0, 0, 0, 0.08, 0, 0, 0, 0.08, -0.479, 0.131, -0.385)
|
||||
billboard = 1
|
||||
shaded = true
|
||||
texture = ExtResource("29_kse13")
|
||||
|
||||
[node name="Player3d" parent="." instance=ExtResource("27_mqdni")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.137316, 0, 0.104198)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.032, 0, -0.061)
|
||||
|
||||
[node name="best_house" parent="." instance=ExtResource("31_lqlrn")]
|
||||
transform = Transform3D(-5.24537e-09, 0, 0.12, 0, 0.12, 0, -0.12, 0, -5.24537e-09, -0.239518, 0, 0)
|
||||
transform = Transform3D(-5.24537e-09, 0, 0.12, 0, 0.12, 0, -0.12, 0, -5.24537e-09, 0.418, 0, -0.187)
|
||||
|
||||
Reference in New Issue
Block a user