working with new sprites
This commit is contained in:
@@ -1,14 +1,26 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://ceisi5yyie7to"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="1_1eil5"]
|
||||
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="2_h27ow"]
|
||||
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_h27ow"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7nfpxk8nfnov" path="res://entities/plants/assets/sprites/asset-plante-fin.png" id="3_h27ow"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
|
||||
atlas = ExtResource("2_h27ow")
|
||||
region = Rect2(735, 104, 118, 109)
|
||||
[sub_resource type="Resource" id="Resource_svi20"]
|
||||
script = ExtResource("1_h27ow")
|
||||
position = Vector2(-1, 1)
|
||||
attach_types = Array[int]([1, 2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_60wnb"]
|
||||
script = ExtResource("1_h27ow")
|
||||
position = Vector2(28, 0)
|
||||
attach_types = Array[int]([0])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_khbsd"]
|
||||
atlas = ExtResource("3_h27ow")
|
||||
region = Rect2(743, 108, 104, 114)
|
||||
|
||||
[resource]
|
||||
resource_name = "Branch2"
|
||||
script = ExtResource("1_1eil5")
|
||||
texture = SubResource("AtlasTexture_mypt2")
|
||||
root = Vector2(28, 5)
|
||||
type = 1
|
||||
texture = SubResource("AtlasTexture_khbsd")
|
||||
root = SubResource("Resource_60wnb")
|
||||
attaches = Array[ExtResource("1_h27ow")]([SubResource("Resource_svi20")])
|
||||
|
||||
Reference in New Issue
Block a user