New plant parts
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafK3.tres
Normal file
27
entities/plants/resources/plant_parts/LeafK3.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://c6yxy44mt6fgt"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_cylao"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_1g4j2"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_xx405"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0uyht"]
|
||||
script = ExtResource("1_cylao")
|
||||
position = Vector2(-26, -20)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_d6dru"]
|
||||
script = ExtResource("1_cylao")
|
||||
position = Vector2(132, 63)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_xx405")
|
||||
region = Rect2(1882, 1560, 328, 277)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafK3"
|
||||
script = ExtResource("2_1g4j2")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_d6dru")
|
||||
attaches = Array[ExtResource("1_cylao")]([SubResource("Resource_0uyht")])
|
||||
Reference in New Issue
Block a user