New plant parts

This commit is contained in:
Altaezio
2026-03-27 16:54:34 +01:00
parent 4a46492598
commit 6507bcce60
105 changed files with 2101 additions and 163 deletions

View File

@@ -0,0 +1,37 @@
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://bvff3ay7qpvgs"]
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_6jxvg"]
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_8thar"]
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_xoyof"]
[sub_resource type="Resource" id="Resource_ibnxy"]
script = ExtResource("1_6jxvg")
position = Vector2(-149, 143)
attach_types = Array[int]([2])
[sub_resource type="Resource" id="Resource_ia5hi"]
script = ExtResource("1_6jxvg")
position = Vector2(-11, 7)
attach_types = Array[int]([2])
[sub_resource type="Resource" id="Resource_3d1ec"]
script = ExtResource("1_6jxvg")
position = Vector2(93, -117)
attach_types = Array[int]([2])
[sub_resource type="Resource" id="Resource_yqhj4"]
script = ExtResource("1_6jxvg")
position = Vector2(-164, 160)
attach_types = Array[int]([1, 3])
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
atlas = ExtResource("3_xoyof")
region = Rect2(238, 2422, 355, 380)
[resource]
resource_name = "LeafH2"
script = ExtResource("2_8thar")
texture = SubResource("AtlasTexture_yh7e0")
type = 2
root = SubResource("Resource_yqhj4")
attaches = Array[ExtResource("1_6jxvg")]([SubResource("Resource_ibnxy"), SubResource("Resource_ia5hi"), SubResource("Resource_3d1ec")])