New plant parts
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafM7.tres
Normal file
27
entities/plants/resources/plant_parts/LeafM7.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://brenrirghwwvf"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_ak83k"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_td6i5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_8fw8s"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_efr8i"]
|
||||
script = ExtResource("1_ak83k")
|
||||
position = Vector2(90, 21)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_oei3k"]
|
||||
script = ExtResource("1_ak83k")
|
||||
position = Vector2(130, 138)
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_8fw8s")
|
||||
region = Rect2(3513, 2086, 410, 356)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafM7"
|
||||
script = ExtResource("2_td6i5")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_oei3k")
|
||||
attaches = Array[ExtResource("1_ak83k")]([SubResource("Resource_efr8i")])
|
||||
Reference in New Issue
Block a user