working with new sprites
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafD2.tres
Normal file
27
entities/plants/resources/plant_parts/LeafD2.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://cv2iad0m88cdr"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_vvmno"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_gf14b"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7nfpxk8nfnov" path="res://entities/plants/assets/sprites/asset-plante-fin.png" id="3_aa8jx"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_vvmno"]
|
||||
script = ExtResource("1_vvmno")
|
||||
position = Vector2(-83, -8)
|
||||
attach_types = Array[int]([1])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_gf14b"]
|
||||
script = ExtResource("1_vvmno")
|
||||
position = Vector2(-137, 0)
|
||||
attach_types = Array[int]([0, 2])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_aa8jx")
|
||||
region = Rect2(110, 1011, 344, 138)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafD2"
|
||||
script = ExtResource("2_gf14b")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 1
|
||||
root = SubResource("Resource_gf14b")
|
||||
attaches = Array[ExtResource("1_vvmno")]([SubResource("Resource_vvmno")])
|
||||
Reference in New Issue
Block a user