working plant builder but not seeds oupsi
This commit is contained in:
@@ -4,22 +4,40 @@
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_builder.gd" id="2_a5yje"]
|
||||
[ext_resource type="Script" uid="uid://d01kj3twwcrmu" path="res://entities/plants/scripts/texture_builder/plant_attach_builder.gd" id="3_yh7e0"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_khbsd"]
|
||||
atlas = ExtResource("1_yh7e0")
|
||||
region = Rect2(937, 836, 309, 407)
|
||||
region = Rect2(41, 72, 237, 686)
|
||||
|
||||
[node name="Sprite" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
texture = SubResource("AtlasTexture_khbsd")
|
||||
script = ExtResource("2_a5yje")
|
||||
part_name = "LeafG1"
|
||||
type = 1
|
||||
part_name = "Base1"
|
||||
root = NodePath("Root")
|
||||
attaches = NodePath("Attaches")
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1437082577]
|
||||
position = Vector2(116, 172)
|
||||
position = Vector2(-2, 333)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([1, 3])
|
||||
metadata/_custom_type_script = "uid://d01kj3twwcrmu"
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=1834697767]
|
||||
|
||||
[node name="attach0" type="Node2D" parent="Attaches" unique_id=1538543210]
|
||||
position = Vector2(59, 99)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([0])
|
||||
|
||||
[node name="attach1" type="Node2D" parent="Attaches" unique_id=891209922]
|
||||
position = Vector2(-3, -68)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([0])
|
||||
|
||||
[node name="attach2" type="Node2D" parent="Attaches" unique_id=383468482]
|
||||
position = Vector2(-17, -237)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[node name="attach3" type="Node2D" parent="Attaches" unique_id=55955561]
|
||||
position = Vector2(-50, -286)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([2, 3])
|
||||
|
||||
Reference in New Issue
Block a user