New plant parts
This commit is contained in:
32
entities/plants/resources/plant_parts/LeafNA4.tres
Normal file
32
entities/plants/resources/plant_parts/LeafNA4.tres
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://cqbwlfnxg7a83"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_cmrr1"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_gi1b5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_1d0yn"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_5jqbs"]
|
||||
script = ExtResource("1_cmrr1")
|
||||
position = Vector2(-61, -14)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_4yh8a"]
|
||||
script = ExtResource("1_cmrr1")
|
||||
position = Vector2(-30, -136)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_dl167"]
|
||||
script = ExtResource("1_cmrr1")
|
||||
position = Vector2(-164, 180)
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_1d0yn")
|
||||
region = Rect2(5151, 599, 360, 412)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafNA4"
|
||||
script = ExtResource("2_gi1b5")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_dl167")
|
||||
attaches = Array[ExtResource("1_cmrr1")]([SubResource("Resource_5jqbs"), SubResource("Resource_4yh8a")])
|
||||
Reference in New Issue
Block a user