new mutations + plant part data structure simplified
This commit is contained in:
58
entities/plants/resources/plant_parts/FlowerE.tres
Normal file
58
entities/plants/resources/plant_parts/FlowerE.tres
Normal file
@@ -0,0 +1,58 @@
|
||||
[gd_resource type="Resource" script_class="PartGroup" format=3 uid="uid://cgnee617xystu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="1_klhg0"]
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="2_18qu8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_x6rlw"]
|
||||
[ext_resource type="Script" uid="uid://u2j7hn5her8i" path="res://entities/plants/scripts/texture_builder/part_group.gd" id="4_0df1d"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_klhg0"]
|
||||
script = ExtResource("2_18qu8")
|
||||
position = Vector2(-69, -85)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_x6rlw")
|
||||
region = Rect2(924, 780, 181, 265)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_18qu8"]
|
||||
resource_name = "FlowerE"
|
||||
script = ExtResource("1_klhg0")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 3
|
||||
root = SubResource("Resource_klhg0")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_x6rlw"]
|
||||
script = ExtResource("2_18qu8")
|
||||
position = Vector2(45, -97)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0df1d"]
|
||||
atlas = ExtResource("3_x6rlw")
|
||||
region = Rect2(1106, 778, 115, 246)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_qxh7x"]
|
||||
resource_name = "FlowerE"
|
||||
script = ExtResource("1_klhg0")
|
||||
texture = SubResource("AtlasTexture_0df1d")
|
||||
type = 3
|
||||
root = SubResource("Resource_x6rlw")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0df1d"]
|
||||
script = ExtResource("2_18qu8")
|
||||
position = Vector2(-36, -53)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qxh7x"]
|
||||
atlas = ExtResource("3_x6rlw")
|
||||
region = Rect2(1238, 784, 147, 219)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_an0w3"]
|
||||
resource_name = "FlowerE"
|
||||
script = ExtResource("1_klhg0")
|
||||
texture = SubResource("AtlasTexture_qxh7x")
|
||||
type = 3
|
||||
root = SubResource("Resource_0df1d")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_0df1d")
|
||||
parts = Array[ExtResource("1_klhg0")]([SubResource("Resource_18qu8"), SubResource("Resource_qxh7x"), SubResource("Resource_an0w3")])
|
||||
Reference in New Issue
Block a user