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.
69 lines
2.4 KiB
69 lines
2.4 KiB
[gd_scene load_steps=6 format=3 uid="uid://d20oftcb5qso6"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://gishbn0a8eke" path="res://prefabs/farm/plants/base_plant.tscn" id="1_2u3jr"]
|
|
[ext_resource type="Texture2D" uid="uid://bmcs8bmwb5nti" path="res://art/farm/farming/farmobjekte/beetroot/beetroot_template.png" id="2_agmuy"]
|
|
[ext_resource type="Resource" uid="uid://0mnsr4anoaiq" path="res://resources/items/beet.tres" id="3_agmuy"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_hiixr"]
|
|
resource_local_to_scene = true
|
|
radius = 300.0
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ae08q"]
|
|
resource_local_to_scene = true
|
|
radius = 300.0
|
|
|
|
[node name="Beet" instance=ExtResource("1_2u3jr")]
|
|
_prefabPath = "res://prefabs/farm/plants/beet_plant.tscn"
|
|
|
|
[node name="Seed1" parent="Seeds" index="0"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="Seed2" parent="Seeds" index="1"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="Seed3" parent="Seeds" index="2"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="01" parent="SmallPlant" index="0"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="02" parent="SmallPlant" index="1"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="03" parent="SmallPlant" index="2"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="01" parent="BigPlant" index="0"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="02" parent="BigPlant" index="1"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="03" parent="BigPlant" index="2"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="CollisionShape3D" parent="GrowingInteractionArea/Area2D" index="0"]
|
|
shape = SubResource("CircleShape2D_hiixr")
|
|
|
|
[node name="SpawnWithItem" parent="ReadyPlantInventoryItem" index="0"]
|
|
_blueprint = ExtResource("3_agmuy")
|
|
|
|
[node name="PickupInteractionArea" parent="ReadyPlantInventoryItem" index="3"]
|
|
_active = false
|
|
|
|
[node name="CollisionShape3D" parent="ReadyPlantInventoryItem/PickupInteractionArea/Area2D" index="0"]
|
|
shape = SubResource("CircleShape2D_ae08q")
|
|
|
|
[node name="01" parent="ReadyPlantInventoryItem/ReadyPlant" index="0"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="02" parent="ReadyPlantInventoryItem/ReadyPlant" index="1"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[node name="03" parent="ReadyPlantInventoryItem/ReadyPlant" index="2"]
|
|
texture = ExtResource("2_agmuy")
|
|
|
|
[editable path="GrowingInteractionArea"]
|
|
[editable path="ReadyPlantInventoryItem"]
|
|
[editable path="ReadyPlantInventoryItem/PickupInteractionArea"]
|