branches and one texture

This commit is contained in:
Altaezio
2026-02-13 11:18:34 +01:00
parent ab5089ad6c
commit e6d34a50a5
76 changed files with 359 additions and 1386 deletions

View File

@@ -0,0 +1,30 @@
[gd_scene format=3 uid="uid://cg6r56x11bvk2"]
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="1_8nppj"]
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_builder.gd" id="2_a5yje"]
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
atlas = ExtResource("1_8nppj")
region = Rect2(450, 1656, 194, 235)
[node name="Base1" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches", "bottom_attaches")]
texture = SubResource("AtlasTexture_mypt2")
script = ExtResource("2_a5yje")
part_name = "Branch15"
root = NodePath("Root")
attaches = NodePath("Attaches")
bottom_attaches = NodePath("BottomAttaches")
type = 1
[node name="Root" type="Node2D" parent="." unique_id=1974108401]
position = Vector2(33, 85)
[node name="Attaches" type="Node" parent="." unique_id=2082226435]
[node name="attach0" type="Node2D" parent="Attaches" unique_id=43079773]
position = Vector2(-6, 19)
[node name="attach1" type="Node2D" parent="Attaches" unique_id=950516844]
position = Vector2(-33, -25)
[node name="BottomAttaches" type="Node" parent="." unique_id=456407982]