Files
seeding-planets/entities/plants/resources/plant_parts/LeafA2.tres

28 lines
1.1 KiB
Plaintext

[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://cbejb0uvdke7k"]
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_1fplc"]
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_htdkc"]
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_1fplc"]
[sub_resource type="Resource" id="Resource_htdkc"]
script = ExtResource("1_1fplc")
position = Vector2(-9, 44)
attach_types = Array[int]([2])
[sub_resource type="Resource" id="Resource_oqrvj"]
script = ExtResource("1_1fplc")
position = Vector2(-9, 53)
attach_types = Array[int]([1, 3])
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
atlas = ExtResource("3_1fplc")
region = Rect2(2378, 2146, 392, 173)
[resource]
resource_name = "LeafA2"
script = ExtResource("2_htdkc")
texture = SubResource("AtlasTexture_yh7e0")
type = 2
root = SubResource("Resource_oqrvj")
attaches = Array[ExtResource("1_1fplc")]([SubResource("Resource_htdkc")])