New plant parts
This commit is contained in:
42
entities/plants/resources/plant_parts/LeafHA7.tres
Normal file
42
entities/plants/resources/plant_parts/LeafHA7.tres
Normal file
@@ -0,0 +1,42 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://iv3nmggoklh3"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_ohs4i"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_c0nwh"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_nh3cu"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_pa4tl"]
|
||||
script = ExtResource("1_ohs4i")
|
||||
position = Vector2(-144, 29)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_m5873"]
|
||||
script = ExtResource("1_ohs4i")
|
||||
position = Vector2(25, 5)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_sp2aq"]
|
||||
script = ExtResource("1_ohs4i")
|
||||
position = Vector2(160, 46)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_d3ofn"]
|
||||
script = ExtResource("1_ohs4i")
|
||||
position = Vector2(-127, -150)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_rlpmf"]
|
||||
script = ExtResource("1_ohs4i")
|
||||
position = Vector2(-159, 163)
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_nh3cu")
|
||||
region = Rect2(2992, 2492, 513, 405)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafHA7"
|
||||
script = ExtResource("2_c0nwh")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_rlpmf")
|
||||
attaches = Array[ExtResource("1_ohs4i")]([SubResource("Resource_pa4tl"), SubResource("Resource_m5873"), SubResource("Resource_sp2aq"), SubResource("Resource_d3ofn")])
|
||||
Reference in New Issue
Block a user