new mutations + plant part data structure simplified
This commit is contained in:
74
entities/plants/resources/plant_parts/FlowerJ.tres
Normal file
74
entities/plants/resources/plant_parts/FlowerJ.tres
Normal file
@@ -0,0 +1,74 @@
|
||||
[gd_resource type="Resource" script_class="PartGroup" format=3 uid="uid://di0nwki5jr205"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="1_kkufy"]
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="2_kkufy"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_0k0ik"]
|
||||
[ext_resource type="Script" uid="uid://u2j7hn5her8i" path="res://entities/plants/scripts/texture_builder/part_group.gd" id="4_rulw7"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_kkufy"]
|
||||
script = ExtResource("2_kkufy")
|
||||
position = Vector2(-1, 8)
|
||||
attach_types = Array[int]([2, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0k0ik"]
|
||||
atlas = ExtResource("3_0k0ik")
|
||||
region = Rect2(2026, 905, 182, 173)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_fpv4v"]
|
||||
resource_name = "FlowerJ"
|
||||
script = ExtResource("1_kkufy")
|
||||
texture = SubResource("AtlasTexture_0k0ik")
|
||||
type = 3
|
||||
root = SubResource("Resource_kkufy")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0k0ik"]
|
||||
script = ExtResource("2_kkufy")
|
||||
position = Vector2(-1, 8)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fpv4v"]
|
||||
atlas = ExtResource("3_0k0ik")
|
||||
region = Rect2(2210, 939, 195, 224)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_rulw7"]
|
||||
resource_name = "FlowerJ"
|
||||
script = ExtResource("1_kkufy")
|
||||
texture = SubResource("AtlasTexture_fpv4v")
|
||||
type = 3
|
||||
root = SubResource("Resource_0k0ik")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_yqqc2"]
|
||||
script = ExtResource("2_kkufy")
|
||||
position = Vector2(-1, 8)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fbqms"]
|
||||
atlas = ExtResource("3_0k0ik")
|
||||
region = Rect2(2101, 1174, 150, 155)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6mci4"]
|
||||
resource_name = "FlowerJ"
|
||||
script = ExtResource("1_kkufy")
|
||||
texture = SubResource("AtlasTexture_fbqms")
|
||||
type = 3
|
||||
root = SubResource("Resource_yqqc2")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_fbqms"]
|
||||
script = ExtResource("2_kkufy")
|
||||
position = Vector2(-1, 8)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_6mci4"]
|
||||
atlas = ExtResource("3_0k0ik")
|
||||
region = Rect2(2251, 1180, 132, 149)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ik3nt"]
|
||||
resource_name = "FlowerJ"
|
||||
script = ExtResource("1_kkufy")
|
||||
texture = SubResource("AtlasTexture_6mci4")
|
||||
type = 3
|
||||
root = SubResource("Resource_fbqms")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_rulw7")
|
||||
parts = Array[ExtResource("1_kkufy")]([SubResource("Resource_fpv4v"), SubResource("Resource_rulw7"), SubResource("Resource_6mci4"), SubResource("Resource_ik3nt")])
|
||||
Reference in New Issue
Block a user