plante part pour ermit et tropical
[dev] upgrade sprite tester (choix de mutation)
This commit is contained in:
@@ -4,22 +4,32 @@
|
||||
[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_o81jt"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_o2vh8"]
|
||||
atlas = ExtResource("1_14px2")
|
||||
region = Rect2(12, 3055, 172, 176)
|
||||
region = Rect2(4273, 876, 362, 319)
|
||||
|
||||
[node name="Sprite" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
||||
texture = SubResource("AtlasTexture_o81jt")
|
||||
texture = SubResource("AtlasTexture_o2vh8")
|
||||
script = ExtResource("2_aiy5l")
|
||||
part_name = "FlowerM"
|
||||
part_index = 3
|
||||
type = 3
|
||||
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(5, 1)
|
||||
position = Vector2(128, 73)
|
||||
script = ExtResource("3_vh6ap")
|
||||
attach_types = Array[int]([3])
|
||||
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])
|
||||
|
||||
Reference in New Issue
Block a user