Project cleanup: Removed 3D scripts and scenes from project. Also renamed and moved some minor stuff.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,38 +0,0 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://biwd3jj65qrlh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c2pirgay3jfnn" path="res://art/farm/tilable grounds/böden/trockene farming erde.png" id="1_2cisk"]
|
||||
[ext_resource type="Script" uid="uid://histmmyi1wr" path="res://scripts/CSharp/Common/Farming/FieldBehaviour.cs" id="2_u7egi"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctvdxwgmfaj5c" path="res://art/farm/tilable grounds/böden/nasse farming erde.png" id="4_lsseu"]
|
||||
[ext_resource type="PackedScene" uid="uid://bjhj1wa5olwcu" path="res://prefabs/farm/base_plant.tscn" id="4_u7egi"]
|
||||
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_xc4m0"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_u7egi"]
|
||||
resource_local_to_scene = true
|
||||
radius = 2.0
|
||||
|
||||
[node name="BaseField" type="Node3D"]
|
||||
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("4_xc4m0")]
|
||||
transform = Transform3D(0.939693, -0.34202, 0, 0.34202, 0.939693, 0, 0, 0, 1, 0.00334358, -0.3811, -0.120426)
|
||||
_showLabel = false
|
||||
|
||||
[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"]
|
||||
shape = SubResource("SphereShape3D_u7egi")
|
||||
|
||||
[node name="FieldBehaviour" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.4, 0, 0, 0, -1.74846e-08, -0.4, 0, 0.4, -1.74846e-08, 0, 0, 0)
|
||||
pixel_size = 0.004
|
||||
script = ExtResource("2_u7egi")
|
||||
Tilled = ExtResource("1_2cisk")
|
||||
Watered = ExtResource("4_lsseu")
|
||||
FieldState = 1
|
||||
metadata/_custom_type_script = "uid://histmmyi1wr"
|
||||
|
||||
[node name="BasePlant" parent="FieldBehaviour" node_paths=PackedStringArray("_seeds", "_smallPlants", "_bigPlants", "_readyPlants") instance=ExtResource("4_u7egi")]
|
||||
transform = Transform3D(0.5, 0, 0, 0, -2.18557e-08, 0.5, 0, -0.5, -2.18557e-08, 0, 0, 0)
|
||||
_seeds = [null, null, null]
|
||||
_smallPlants = [null, null, null, null]
|
||||
_bigPlants = [null, null, null, null]
|
||||
_readyPlants = [null, null, null, null]
|
||||
|
||||
[editable path="InteractionArea"]
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://b1d2e7ely6hyw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interaction_area_2d.tscn" id="1_femni"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interactions/interaction_area_2d.tscn" id="1_femni"]
|
||||
[ext_resource type="Script" uid="uid://bdffon388rkty" path="res://scripts/CSharp/Common/Farming/FieldBehaviour2D.cs" id="2_femni"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2pirgay3jfnn" path="res://art/farm/tilable grounds/böden/trockene farming erde.png" id="3_lsfck"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctvdxwgmfaj5c" path="res://art/farm/tilable grounds/böden/nasse farming erde.png" id="4_cus02"]
|
||||
|
||||
@@ -1,170 +0,0 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bjhj1wa5olwcu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://yfnjmuuxs3oq" path="res://scripts/CSharp/Common/Farming/PlantBehaviour.cs" id="1_0sfu3"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtr4uga5uspg" path="res://art/farm/farming/farmobjekte/tomaten/tomaten baby.png" id="2_l7215"]
|
||||
[ext_resource type="Texture2D" uid="uid://b2gu6ur2xc7s4" path="res://art/farm/farming/farmobjekte/tomaten/tomaten blume.png" id="3_g3ydi"]
|
||||
[ext_resource type="Texture2D" uid="uid://cnwd3mb3jnuxm" path="res://art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png" id="4_7hsvc"]
|
||||
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="5_n6ufi"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_l3nrf"]
|
||||
resource_local_to_scene = true
|
||||
radius = 2.0
|
||||
|
||||
[node name="BasePlant" type="Node3D" node_paths=PackedStringArray("_seeds", "_smallPlants", "_bigPlants", "_readyPlants")]
|
||||
script = ExtResource("1_0sfu3")
|
||||
_seeds = [NodePath("Seeds/TomatoSeed"), NodePath("Seeds/TomatoSeed2"), NodePath("Seeds/TomatoSeed3")]
|
||||
_smallPlants = [NodePath("SmallPlant/01"), NodePath("SmallPlant/02"), NodePath("SmallPlant/03"), NodePath("SmallPlant/04")]
|
||||
_bigPlants = [NodePath("BigPlant/01"), NodePath("BigPlant/02"), NodePath("BigPlant/03"), NodePath("BigPlant/04")]
|
||||
_readyPlants = [NodePath("ReadyPlant/01"), NodePath("ReadyPlant/02"), NodePath("ReadyPlant/03"), NodePath("ReadyPlant/04")]
|
||||
|
||||
[node name="Seeds" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
|
||||
[node name="TomatoSeed" type="Sprite3D" parent="Seeds"]
|
||||
visible = false
|
||||
flip_v = true
|
||||
billboard = 1
|
||||
render_priority = 2
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(-2, 15, 85, 81)
|
||||
|
||||
[node name="TomatoSeed2" type="Sprite3D" parent="Seeds"]
|
||||
visible = false
|
||||
flip_v = true
|
||||
billboard = 1
|
||||
render_priority = 2
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(15, 177, 84, 108)
|
||||
|
||||
[node name="TomatoSeed3" type="Sprite3D" parent="Seeds"]
|
||||
visible = false
|
||||
flip_v = true
|
||||
billboard = 1
|
||||
render_priority = 2
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(3, 337, 85, 82)
|
||||
|
||||
[node name="SmallPlant" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
|
||||
[node name="01" type="Sprite3D" parent="SmallPlant"]
|
||||
visible = false
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(203, 1, 128, 164)
|
||||
|
||||
[node name="02" type="Sprite3D" parent="SmallPlant"]
|
||||
visible = false
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(218, 204, 112, 130)
|
||||
|
||||
[node name="03" type="Sprite3D" parent="SmallPlant"]
|
||||
visible = false
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(224, 399, 105, 105)
|
||||
|
||||
[node name="04" type="Sprite3D" parent="SmallPlant"]
|
||||
visible = false
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("2_l7215")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(228, 600, 85, 92)
|
||||
|
||||
[node name="BigPlant" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
||||
|
||||
[node name="01" type="Sprite3D" parent="BigPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("3_g3ydi")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(-8, 1, 498, 682)
|
||||
|
||||
[node name="02" type="Sprite3D" parent="BigPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("3_g3ydi")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(575, 82, 516, 591)
|
||||
|
||||
[node name="03" type="Sprite3D" parent="BigPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("3_g3ydi")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(-25, 694, 521, 687)
|
||||
|
||||
[node name="04" type="Sprite3D" parent="BigPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("3_g3ydi")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(546, 697, 535, 687)
|
||||
|
||||
[node name="ReadyPlant" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.3, 0)
|
||||
|
||||
[node name="01" type="Sprite3D" parent="ReadyPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("4_7hsvc")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(399, 3, 679, 808)
|
||||
|
||||
[node name="02" type="Sprite3D" parent="ReadyPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("4_7hsvc")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1077, 109, 633, 695)
|
||||
|
||||
[node name="03" type="Sprite3D" parent="ReadyPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("4_7hsvc")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(415, 838, 639, 817)
|
||||
|
||||
[node name="04" type="Sprite3D" parent="ReadyPlant"]
|
||||
visible = false
|
||||
pixel_size = 0.007
|
||||
billboard = 1
|
||||
render_priority = 3
|
||||
texture = ExtResource("4_7hsvc")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1167, 863, 528, 785)
|
||||
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("5_n6ufi")]
|
||||
|
||||
[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"]
|
||||
shape = SubResource("SphereShape3D_l3nrf")
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea" to="." method="Grow"]
|
||||
|
||||
[editable path="InteractionArea"]
|
||||
@@ -1,11 +1,11 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://c3hwbwo423nbm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cms357f23fmfy" path="res://scripts/CSharp/Common/Farming/PlantBehaviour2D.cs" id="1_tikj4"]
|
||||
[ext_resource type="Shader" uid="uid://braevmqauoek7" path="res://prefabs/farm/swaying_plant.gdshader" id="2_goh03"]
|
||||
[ext_resource type="Shader" uid="uid://braevmqauoek7" path="res://shader/swaying_plant.gdshader" id="2_goh03"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtr4uga5uspg" path="res://art/farm/farming/farmobjekte/tomaten/tomaten baby.png" id="2_rmjrk"]
|
||||
[ext_resource type="Texture2D" uid="uid://b2gu6ur2xc7s4" path="res://art/farm/farming/farmobjekte/tomaten/tomaten blume.png" id="3_goh03"]
|
||||
[ext_resource type="Texture2D" uid="uid://cnwd3mb3jnuxm" path="res://art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png" id="4_u4cty"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interaction_area_2d.tscn" id="5_tikj4"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interactions/interaction_area_2d.tscn" id="5_tikj4"]
|
||||
[ext_resource type="PackedScene" uid="uid://dpbbroif2tnil" path="res://prefabs/interactions/generic_item_on_ground_2d.tscn" id="6_u4cty"]
|
||||
[ext_resource type="Resource" uid="uid://blr8tine5m0ma" path="res://resources/items/tomato.tres" id="7_yntkb"]
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bqhnejufg5ei2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://csig0r8rffflt" path="res://art/farm/farming/farmobjekte/zaun/fence part end part.png" id="1_qau34"]
|
||||
|
||||
[node name="fence_part_01" type="Sprite3D"]
|
||||
offset = Vector2(0, 300)
|
||||
pixel_size = 0.005
|
||||
texture = ExtResource("1_qau34")
|
||||
@@ -1,8 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cxceu5dgq3akw"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://3ed3dgq3irn2" path="res://art/farm/farming/farmobjekte/zaun/tilable fence end part2.png" id="1_uxygd"]
|
||||
|
||||
[node name="fence_part_02" type="Sprite3D"]
|
||||
offset = Vector2(0, 300)
|
||||
pixel_size = 0.005
|
||||
texture = ExtResource("1_uxygd")
|
||||
@@ -1,8 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cm5oekefe6ct3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://btea6eyucsyxj" path="res://art/farm/farming/farmobjekte/zaun/tilable fence middle part.png" id="1_rucex"]
|
||||
|
||||
[node name="fence_part_03" type="Sprite3D"]
|
||||
offset = Vector2(0, 300)
|
||||
pixel_size = 0.005
|
||||
texture = ExtResource("1_rucex")
|
||||
@@ -1,43 +0,0 @@
|
||||
// original wind shader from https://github.com/Maujoe/godot-simple-wind-shader-2d/tree/master/assets/maujoe.simple_wind_shader_2d
|
||||
// original script modified by HungryProton so that the assets are moving differently : https://pastebin.com/VL3AfV8D
|
||||
//
|
||||
// speed - The speed of the wind movement.
|
||||
// minStrength - The minimal strength of the wind movement.
|
||||
// maxStrength - The maximal strength of the wind movement.
|
||||
// strengthScale - Scalefactor for the wind strength.
|
||||
// interval - The time between minimal and maximal strength changes.
|
||||
// detail - The detail (number of waves) of the wind movement.
|
||||
// distortion - The strength of geometry distortion.
|
||||
// heightOffset - The height where the wind begins to move. By default 0.0.
|
||||
|
||||
shader_type canvas_item;
|
||||
render_mode blend_mix;
|
||||
|
||||
// Wind settings.
|
||||
uniform float speed = 1.0;
|
||||
uniform float minStrength : hint_range(0.0, 1.0) = 0.05;
|
||||
uniform float maxStrength : hint_range(0.0, 1.0) = 0.01;
|
||||
uniform float strengthScale = 100.0;
|
||||
uniform float interval = 3.5;
|
||||
uniform float detail = 1.0;
|
||||
uniform float distortion : hint_range(0.0, 1.0);
|
||||
uniform float heightOffset : hint_range(0.0, 1.0);
|
||||
|
||||
// With the offset value, you can if you want different moves for each asset. Just put a random value (1, 2, 3) in the editor. Don't forget to mark the material as unique if you use this
|
||||
uniform float offset = 0;
|
||||
|
||||
|
||||
float getWind(vec2 vertex, vec2 uv, float time){
|
||||
float diff = pow(maxStrength - minStrength, 2.0);
|
||||
float strength = clamp(minStrength + diff + sin(time / interval) * diff, minStrength, maxStrength) * strengthScale;
|
||||
float wind = (sin(time) + cos(time * detail)) * strength * max(0.0, (1.0-uv.y) - heightOffset);
|
||||
|
||||
return wind;
|
||||
}
|
||||
|
||||
void vertex() {
|
||||
vec4 pos = MODEL_MATRIX * vec4(0.0, 0.0, 0.0, 1.0);
|
||||
float time = TIME * speed + offset;
|
||||
//float time = TIME * speed + pos.x * pos.y ; not working when moving...
|
||||
VERTEX.x += getWind(VERTEX.xy, UV, time);
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://braevmqauoek7
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bg7nyvbojnrvr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dldk8n51ag8fh" path="res://art/nature/baum märz 2025/backtreebois team brandon.png" id="1_d1wks"]
|
||||
|
||||
[node name="forest_tree_01" type="Sprite3D"]
|
||||
offset = Vector2(0, 600)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_d1wks")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(9, 2, 885, 1366)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://kbc6pku0nxxp"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dldk8n51ag8fh" path="res://art/nature/baum märz 2025/backtreebois team brandon.png" id="1_ajmtd"]
|
||||
|
||||
[node name="forest_tree_02" type="Sprite3D"]
|
||||
offset = Vector2(0, 500)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_ajmtd")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(913, -6, 786, 1336)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://d0xs8ls3i4miq"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dldk8n51ag8fh" path="res://art/nature/baum märz 2025/backtreebois team brandon.png" id="1_h17at"]
|
||||
|
||||
[node name="forest_tree_03" type="Sprite3D"]
|
||||
offset = Vector2(0, 600)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_h17at")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1807, 10, 761, 1337)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://ihmmcxjosoev"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dldk8n51ag8fh" path="res://art/nature/baum märz 2025/backtreebois team brandon.png" id="1_tjsek"]
|
||||
|
||||
[node name="forest_tree_04" type="Sprite3D"]
|
||||
offset = Vector2(0, 550)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_tjsek")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(2726, 0, 561, 1335)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bow7d6s6djcm3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmjjfd5ngptxe" path="res://art/nature/baum märz 2025/backtreebois team kennedy.png" id="1_gximh"]
|
||||
|
||||
[node name="forest_tree_05" type="Sprite3D"]
|
||||
offset = Vector2(0, 550)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_gximh")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 412, 1372)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cr0vgjbyprgf7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmjjfd5ngptxe" path="res://art/nature/baum märz 2025/backtreebois team kennedy.png" id="1_mi0fd"]
|
||||
|
||||
[node name="forest_tree_07" type="Sprite3D"]
|
||||
offset = Vector2(0, 500)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_mi0fd")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1509, 0, 396, 1109)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cjm7fupgsdoev"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmjjfd5ngptxe" path="res://art/nature/baum märz 2025/backtreebois team kennedy.png" id="1_23yv8"]
|
||||
|
||||
[node name="forest_tree_07" type="Sprite3D"]
|
||||
offset = Vector2(0, 550)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_23yv8")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(666, 0, 614, 1508)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b3s7e5fxx6gla"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_pbmot"]
|
||||
|
||||
[node name="back_tree_01" type="Sprite3D"]
|
||||
offset = Vector2(0, 350)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_pbmot")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 216, 729)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bk7273x4ns0y7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_d14xl"]
|
||||
|
||||
[node name="back_tree_02" type="Sprite3D"]
|
||||
offset = Vector2(0, 180)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_d14xl")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(449, 451, 139, 419)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cdthpc0t0vw33"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_56db7"]
|
||||
|
||||
[node name="back_tree_03" type="Sprite3D"]
|
||||
offset = Vector2(0, 400)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_56db7")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(783, 0, 253, 952)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://s2g3bhowe5i6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_q4uhv"]
|
||||
|
||||
[node name="back_tree_04" type="Sprite3D"]
|
||||
offset = Vector2(0, 300)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_q4uhv")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1373, 0, 148, 755)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://2l6jq8rjs14m"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_gvats"]
|
||||
|
||||
[node name="back_tree_06" type="Sprite3D"]
|
||||
offset = Vector2(0, 350)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_gvats")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(2291, 0, 140, 796)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cskaqpqawov2k"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_43kgf"]
|
||||
|
||||
[node name="back_tree_05" type="Sprite3D"]
|
||||
offset = Vector2(0, 400)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_43kgf")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1786, 0, 268, 904)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://w03yk6rx0gs2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_qf7aa"]
|
||||
|
||||
[node name="back_tree_07" type="Sprite3D"]
|
||||
offset = Vector2(0, 400)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_qf7aa")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(3129, 0, 138, 942)
|
||||
@@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cs382pd0muub1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqoyk3fsrmu1x" path="res://art/nature/baum märz 2025/back back trees.png" id="1_cokmy"]
|
||||
|
||||
[node name="back_tree_08" type="Sprite3D"]
|
||||
offset = Vector2(0, 150)
|
||||
pixel_size = 0.005
|
||||
billboard = 1
|
||||
texture = ExtResource("1_cokmy")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(2647, 464, 245, 420)
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,34 +0,0 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ob04y3syvo0e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dumwt7lledufm" path="res://scripts/CSharp/Common/CharacterControls/InteractionArea.cs" id="1_b15wn"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_i8sim"]
|
||||
resource_local_to_scene = true
|
||||
radius = 2.0
|
||||
|
||||
[node name="InteractionArea" type="Node3D" node_paths=PackedStringArray("_area", "_label")]
|
||||
script = ExtResource("1_b15wn")
|
||||
_area = NodePath("Area3D")
|
||||
_label = NodePath("Label3D")
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="."]
|
||||
collision_mask = 16
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
||||
shape = SubResource("SphereShape3D_i8sim")
|
||||
|
||||
[node name="Label3D" type="Label3D" parent="."]
|
||||
visible = false
|
||||
sorting_offset = 100.0
|
||||
pixel_size = 0.01
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
fixed_size = true
|
||||
render_priority = 100
|
||||
outline_render_priority = 99
|
||||
text = "[E]"
|
||||
font_size = 20
|
||||
outline_size = 8
|
||||
|
||||
[connection signal="body_entered" from="Area3D" to="." method="OnPlayerEntered"]
|
||||
[connection signal="body_exited" from="Area3D" to="." method="OnPlayerExited"]
|
||||
@@ -1,26 +0,0 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://5hltxpdxmqcq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://udhigottc8rg" path="res://scripts/CSharp/Common/Inventory/ItemOnGround.cs" id="1_mnomu"]
|
||||
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="2_ue6ub"]
|
||||
[ext_resource type="Script" uid="uid://c8suoi3i6kqai" path="res://scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs" id="3_ue6ub"]
|
||||
[ext_resource type="Resource" uid="uid://c7viddcd3kywp" path="res://resources/items/shovel.tres" id="4_sfad0"]
|
||||
|
||||
[node name="GenericItemOnGround" type="Node3D"]
|
||||
script = ExtResource("1_mnomu")
|
||||
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("2_ue6ub")]
|
||||
|
||||
[node name="SpawnWithItem" type="Node" parent="."]
|
||||
script = ExtResource("3_ue6ub")
|
||||
_blueprint = ExtResource("4_sfad0")
|
||||
|
||||
[node name="ItemLabel" type="Label3D" parent="."]
|
||||
offset = Vector2(0, 55.64)
|
||||
billboard = 1
|
||||
text = "test"
|
||||
|
||||
[node name="PickupErrorLabel" type="Label3D" parent="."]
|
||||
offset = Vector2(0, 150)
|
||||
billboard = 1
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea" to="." method="TryPickUp"]
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" uid="uid://btusf04xnywhm" path="res://scripts/CSharp/Common/Inventory/ItemOnGround2D.cs" id="1_tlhp6"]
|
||||
[ext_resource type="Script" uid="uid://c8suoi3i6kqai" path="res://scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs" id="3_xu8me"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interaction_area_2d.tscn" id="4_xu8me"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interactions/interaction_area_2d.tscn" id="4_xu8me"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfxibry711o16" path="res://art/ui/UI/icons/icon-scythe.png" id="5_harr4"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_tlhp6"]
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
shader_type spatial;
|
||||
|
||||
void vertex() {
|
||||
// Called for every vertex the material is visible on.
|
||||
}
|
||||
|
||||
void fragment() {
|
||||
// Called for every pixel the material is visible on.
|
||||
}
|
||||
|
||||
//void light() {
|
||||
// // Called for every pixel for every light affecting the material.
|
||||
// // Uncomment to replace the default light processing function with this one.
|
||||
//}
|
||||
@@ -1 +0,0 @@
|
||||
uid://dn6jmboabfrb2
|
||||
@@ -1,42 +0,0 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cf0jpuio8tgim"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://v34pl0nlp4x" path="res://scripts/CSharp/Common/SpriteSwitcher.cs" id="1_scmhv"]
|
||||
[ext_resource type="Texture2D" uid="uid://3pj2q7wtuion" path="res://art/farm/farming/farmobjekte/hoe.png" id="2_scmhv"]
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_0ptl4"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_scmhv"]
|
||||
transparency = 1
|
||||
blend_mode = 3
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 1, 1)
|
||||
|
||||
[node name="SpriteSwitcher" type="Node3D" node_paths=PackedStringArray("_trueSprite", "_falseSprite")]
|
||||
script = ExtResource("1_scmhv")
|
||||
_trueSprite = NodePath("On Sprite")
|
||||
_falseSprite = NodePath("Off Sprite")
|
||||
|
||||
[node name="On Sprite" type="Sprite3D" parent="."]
|
||||
modulate = Color(0, 0.996078, 0, 1)
|
||||
pixel_size = 0.001
|
||||
billboard = 1
|
||||
texture = ExtResource("2_scmhv")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1048, 225, 250, 1164)
|
||||
|
||||
[node name="Off Sprite" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, -8.47033e-22, 0, 8.47033e-22, 1, 0.106585, 0, 0.0173626)
|
||||
visible = false
|
||||
modulate = Color(1, 0, 0, 1)
|
||||
pixel_size = 0.001
|
||||
billboard = 1
|
||||
texture = ExtResource("2_scmhv")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(1048, 225, 250, 1164)
|
||||
|
||||
[node name="CSGMesh3D" type="CSGMesh3D" parent="."]
|
||||
transparency = 0.5
|
||||
cast_shadow = 0
|
||||
calculate_tangents = false
|
||||
mesh = SubResource("SphereMesh_0ptl4")
|
||||
material = SubResource("StandardMaterial3D_scmhv")
|
||||
@@ -1,36 +0,0 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dd3giw31imfk4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c3itdui8uq68b" path="res://scripts/GdScript/player.gd" id="1_rhqwr"]
|
||||
[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://art/mockups/TakeThatCandy.png" id="2_eul5n"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://art/mockups/Doll.png" id="3_mpdnl"]
|
||||
[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://art/mockups/IveSeenSomeShit.png" id="4_631ct"]
|
||||
[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://art/mockups/concerned.png" id="5_ayafy"]
|
||||
|
||||
[node name="player" type="Node2D"]
|
||||
z_as_relative = false
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_rhqwr")
|
||||
speed = 300.0
|
||||
|
||||
[node name="TakeThatCandy" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
scale = Vector2(0.4, 0.4)
|
||||
texture = ExtResource("2_eul5n")
|
||||
offset = Vector2(16.71, -221.315)
|
||||
|
||||
[node name="Doll" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
scale = Vector2(0.450315, 0.450315)
|
||||
texture = ExtResource("3_mpdnl")
|
||||
offset = Vector2(-8.925, -208.125)
|
||||
|
||||
[node name="IveSeenSomeShit" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
scale = Vector2(0.367314, 0.367314)
|
||||
texture = ExtResource("4_631ct")
|
||||
offset = Vector2(-16.49, -269.615)
|
||||
|
||||
[node name="Concerned" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.388489, 0.388489)
|
||||
texture = ExtResource("5_ayafy")
|
||||
offset = Vector2(-24.175, -249.235)
|
||||
Reference in New Issue
Block a user