New plant parts
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafK2.tres
Normal file
27
entities/plants/resources/plant_parts/LeafK2.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://trorp4elyagc"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_xrnbx"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_ru4ni"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_k4ktr"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0ah66"]
|
||||
script = ExtResource("1_xrnbx")
|
||||
position = Vector2(11, -23)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2irg7"]
|
||||
script = ExtResource("1_xrnbx")
|
||||
position = Vector2(10, 67)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_k4ktr")
|
||||
region = Rect2(2284, 1417, 125, 166)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafK2"
|
||||
script = ExtResource("2_ru4ni")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_2irg7")
|
||||
attaches = Array[ExtResource("1_xrnbx")]([SubResource("Resource_0ah66")])
|
||||
Reference in New Issue
Block a user