🎨 💄 Created art template for farm plants and reworked existing plant prefabs and inventory resources
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://n8tv8gafsrfo"]
|
||||
[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
|
||||
@@ -10,7 +11,34 @@ radius = 300.0
|
||||
resource_local_to_scene = true
|
||||
radius = 300.0
|
||||
|
||||
[node name="BasePlant" instance=ExtResource("1_ooshk")]
|
||||
[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")
|
||||
@@ -18,6 +46,15 @@ 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"]
|
||||
|
||||
Reference in New Issue
Block a user