Files
seeding-planets/entities/plants/resources/plant_parts/FlowerF2.tres
2026-02-20 14:22:13 +01:00

28 lines
1.1 KiB
Plaintext

[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://dhhyh56shnure"]
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_6cct5"]
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_d5e5n"]
[ext_resource type="Texture2D" uid="uid://b7nfpxk8nfnov" path="res://entities/plants/assets/sprites/asset-plante-fin.png" id="3_yyrkf"]
[sub_resource type="Resource" id="Resource_6cct5"]
script = ExtResource("1_6cct5")
position = Vector2(25, -15)
attach_types = Array[int]([1])
[sub_resource type="Resource" id="Resource_d5e5n"]
script = ExtResource("1_6cct5")
position = Vector2(22, 67)
attach_types = Array[int]([2])
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
atlas = ExtResource("3_yyrkf")
region = Rect2(1736, 12, 134, 167)
[resource]
resource_name = "FlowerF2"
script = ExtResource("2_d5e5n")
texture = SubResource("AtlasTexture_yh7e0")
type = 1
root = SubResource("Resource_d5e5n")
attaches = Array[ExtResource("1_6cct5")]([SubResource("Resource_6cct5")])