New plant parts
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafF9.tres
Normal file
27
entities/plants/resources/plant_parts/LeafF9.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://bkqijgu05f3qg"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_lp6r5"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_4awjb"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_spq0s"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ogjje"]
|
||||
script = ExtResource("1_lp6r5")
|
||||
position = Vector2(-24, -56)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_annfe"]
|
||||
script = ExtResource("1_lp6r5")
|
||||
position = Vector2(-56, -97)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_spq0s")
|
||||
region = Rect2(3142, 1044, 146, 226)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafF9"
|
||||
script = ExtResource("2_4awjb")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_annfe")
|
||||
attaches = Array[ExtResource("1_lp6r5")]([SubResource("Resource_ogjje")])
|
||||
Reference in New Issue
Block a user