working with new sprites
This commit is contained in:
32
entities/plants/resources/plant_parts/FlowerE3.tres
Normal file
32
entities/plants/resources/plant_parts/FlowerE3.tres
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://jbk6ibphi204"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_0e0rk"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_hps7n"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7nfpxk8nfnov" path="res://entities/plants/assets/sprites/asset-plante-fin.png" id="3_ohwvp"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0e0rk"]
|
||||
script = ExtResource("1_0e0rk")
|
||||
position = Vector2(30, -55)
|
||||
attach_types = Array[int]([1])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hps7n"]
|
||||
script = ExtResource("1_0e0rk")
|
||||
position = Vector2(29, 39)
|
||||
attach_types = Array[int]([1])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ohwvp"]
|
||||
script = ExtResource("1_0e0rk")
|
||||
position = Vector2(-36, -59)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_ohwvp")
|
||||
region = Rect2(1923, 232, 165, 245)
|
||||
|
||||
[resource]
|
||||
resource_name = "FlowerE3"
|
||||
script = ExtResource("2_hps7n")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 1
|
||||
root = SubResource("Resource_ohwvp")
|
||||
attaches = Array[ExtResource("1_0e0rk")]([SubResource("Resource_0e0rk"), SubResource("Resource_hps7n")])
|
||||
Reference in New Issue
Block a user