You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.1 KiB
21 lines
1.1 KiB
[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="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"]
|
|
|
|
[node name="BaseField" type="Sprite3D"]
|
|
transform = Transform3D(0.5, 0, 0, 0, -2.18557e-08, -0.5, 0, 0.5, -2.18557e-08, 0, 0, 0)
|
|
modulate = Color(0.690196, 0.690196, 0.690196, 1)
|
|
texture = ExtResource("1_2cisk")
|
|
script = ExtResource("2_u7egi")
|
|
Untilled = ExtResource("3_0rx5h")
|
|
Tilled = ExtResource("1_2cisk")
|
|
|
|
[node name="Area51" parent="." instance=ExtResource("4_xc4m0")]
|
|
transform = Transform3D(2, 0, 0, 0, -8.74228e-08, 2, 0, -2, -8.74228e-08, 0.00334358, -0.3811, -0.120426)
|
|
_showLabel = false
|
|
|
|
[connection signal="Interacted" from="Area51" to="." method="Farm"]
|