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.
Babushka/prefabs/farm/plants/tomato_plant.tscn

61 lines
2.0 KiB

[gd_scene load_steps=5 format=3 uid="uid://n8tv8gafsrfo"]
[ext_resource type="PackedScene" uid="uid://gishbn0a8eke" path="res://prefabs/farm/plants/base_plant.tscn" id="1_ooshk"]
[ext_resource type="Texture2D" uid="uid://cyyxqmphcrjj" path="res://art/farm/farming/farmobjekte/tomaten/tomaten_template.png" id="2_gdicx"]
[sub_resource type="CircleShape2D" id="CircleShape2D_on0x0"]
resource_local_to_scene = true
radius = 300.0
[sub_resource type="CircleShape2D" id="CircleShape2D_gkatd"]
resource_local_to_scene = true
radius = 300.0
[node name="TomatoPlant" instance=ExtResource("1_ooshk")]
[node name="Seed1" parent="Seeds" index="0"]
texture = ExtResource("2_gdicx")
[node name="Seed2" parent="Seeds" index="1"]
texture = ExtResource("2_gdicx")
[node name="Seed3" parent="Seeds" index="2"]
texture = ExtResource("2_gdicx")
[node name="01" parent="SmallPlant" index="0"]
texture = ExtResource("2_gdicx")
[node name="02" parent="SmallPlant" index="1"]
texture = ExtResource("2_gdicx")
[node name="03" parent="SmallPlant" index="2"]
texture = ExtResource("2_gdicx")
[node name="01" parent="BigPlant" index="0"]
texture = ExtResource("2_gdicx")
[node name="02" parent="BigPlant" index="1"]
texture = ExtResource("2_gdicx")
[node name="03" parent="BigPlant" index="2"]
texture = ExtResource("2_gdicx")
[node name="CollisionShape3D" parent="GrowingInteractionArea/Area2D" index="0"]
shape = SubResource("CircleShape2D_on0x0")
[node name="CollisionShape3D" parent="ReadyPlantInventoryItem/PickupInteractionArea/Area2D" index="0"]
shape = SubResource("CircleShape2D_gkatd")
[node name="01" parent="ReadyPlantInventoryItem/ReadyPlant" index="0"]
texture = ExtResource("2_gdicx")
[node name="02" parent="ReadyPlantInventoryItem/ReadyPlant" index="1"]
texture = ExtResource("2_gdicx")
[node name="03" parent="ReadyPlantInventoryItem/ReadyPlant" index="2"]
texture = ExtResource("2_gdicx")
[editable path="GrowingInteractionArea"]
[editable path="ReadyPlantInventoryItem"]
[editable path="ReadyPlantInventoryItem/PickupInteractionArea"]