36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://cg6r56x11bvk2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="1_14px2"]
|
|
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_builder.gd" id="2_aiy5l"]
|
|
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach_builder.gd" id="3_vh6ap"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_o2vh8"]
|
|
atlas = ExtResource("1_14px2")
|
|
region = Rect2(4273, 876, 362, 319)
|
|
|
|
[node name="Sprite" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
|
texture = SubResource("AtlasTexture_o2vh8")
|
|
script = ExtResource("2_aiy5l")
|
|
part_name = "LeafG"
|
|
part_index = 4
|
|
type = 2
|
|
root = NodePath("Root")
|
|
attaches = NodePath("Attaches")
|
|
|
|
[node name="Root" type="Node2D" parent="." unique_id=1437082577]
|
|
position = Vector2(128, 73)
|
|
script = ExtResource("3_vh6ap")
|
|
attach_types = Array[int]([1])
|
|
|
|
[node name="Attaches" type="Node" parent="." unique_id=1834697767]
|
|
|
|
[node name="attach0" type="Node2D" parent="Attaches" unique_id=1182953632]
|
|
position = Vector2(-32, -8)
|
|
script = ExtResource("3_vh6ap")
|
|
attach_types = Array[int]([2])
|
|
|
|
[node name="attach1" type="Node2D" parent="Attaches" unique_id=268023553]
|
|
position = Vector2(116, -91)
|
|
script = ExtResource("3_vh6ap")
|
|
attach_types = Array[int]([2])
|