New plant parts
This commit is contained in:
42
entities/plants/resources/plant_parts/LeafHC5.tres
Normal file
42
entities/plants/resources/plant_parts/LeafHC5.tres
Normal file
@@ -0,0 +1,42 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://7w5wsjc8n2rf"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_e8ed3"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_4fkd2"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_iqbec"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_iows5"]
|
||||
script = ExtResource("1_e8ed3")
|
||||
position = Vector2(-123, 165)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_c1lna"]
|
||||
script = ExtResource("1_e8ed3")
|
||||
position = Vector2(-3, 49)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_rhdyy"]
|
||||
script = ExtResource("1_e8ed3")
|
||||
position = Vector2(113, -95)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hwx8k"]
|
||||
script = ExtResource("1_e8ed3")
|
||||
position = Vector2(-95, -134)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_8gujk"]
|
||||
script = ExtResource("1_e8ed3")
|
||||
position = Vector2(-141, 180)
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_iqbec")
|
||||
region = Rect2(3984, 2887, 419, 421)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafHC5"
|
||||
script = ExtResource("2_4fkd2")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_8gujk")
|
||||
attaches = Array[ExtResource("1_e8ed3")]([SubResource("Resource_iows5"), SubResource("Resource_c1lna"), SubResource("Resource_rhdyy"), SubResource("Resource_hwx8k")])
|
||||
Reference in New Issue
Block a user