parent
f08f3a7978
commit
45a58f701b
@ -1,33 +1,30 @@
|
|||||||
[gd_scene load_steps=6 format=3 uid="uid://biwd3jj65qrlh"]
|
[gd_scene load_steps=5 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="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="Script" uid="uid://histmmyi1wr" path="res://scripts/CSharp/Common/Farming/FieldBehaviour.cs" id="2_u7egi"]
|
||||||
[ext_resource type="Texture2D" uid="uid://lvhbicmwqab5" path="res://art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png" id="3_0rx5h"]
|
|
||||||
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_xc4m0"]
|
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_xc4m0"]
|
||||||
|
|
||||||
[sub_resource type="SphereShape3D" id="SphereShape3D_u7egi"]
|
[sub_resource type="SphereShape3D" id="SphereShape3D_u7egi"]
|
||||||
resource_local_to_scene = true
|
resource_local_to_scene = true
|
||||||
radius = 2.0
|
radius = 2.0
|
||||||
|
|
||||||
[node name="BaseField" type="Sprite3D"]
|
[node name="BaseField" type="Node3D"]
|
||||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
|
|
||||||
modulate = Color(0.690196, 0.690196, 0.690196, 1)
|
|
||||||
pixel_size = 0.004
|
|
||||||
texture = ExtResource("1_2cisk")
|
|
||||||
script = ExtResource("2_u7egi")
|
|
||||||
Untilled = ExtResource("3_0rx5h")
|
|
||||||
Tilled = ExtResource("1_2cisk")
|
|
||||||
|
|
||||||
[node name="InteractionArea" parent="." instance=ExtResource("4_xc4m0")]
|
[node name="InteractionArea" parent="." instance=ExtResource("4_xc4m0")]
|
||||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.00334358, -0.3811, -0.120426)
|
transform = Transform3D(0.939693, -0.34202, 0, 0.34202, 0.939693, 0, 0, 0, 1, 0.00334358, -0.3811, -0.120426)
|
||||||
_showLabel = false
|
_showLabel = false
|
||||||
|
|
||||||
[node name="Area3D" parent="InteractionArea" index="0"]
|
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.381738)
|
|
||||||
|
|
||||||
[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"]
|
[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"]
|
||||||
shape = SubResource("SphereShape3D_u7egi")
|
shape = SubResource("SphereShape3D_u7egi")
|
||||||
|
|
||||||
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
|
||||||
|
pixel_size = 0.004
|
||||||
|
texture = ExtResource("1_2cisk")
|
||||||
|
script = ExtResource("2_u7egi")
|
||||||
|
Tilled = ExtResource("1_2cisk")
|
||||||
|
FieldState = 1
|
||||||
|
|
||||||
[connection signal="Interacted" from="InteractionArea" to="." method="Farm"]
|
[connection signal="Interacted" from="InteractionArea" to="." method="Farm"]
|
||||||
|
|
||||||
[editable path="InteractionArea"]
|
[editable path="InteractionArea"]
|
||||||
|
|||||||
Loading…
Reference in new issue