New plant parts
This commit is contained in:
21
entities/plants/resources/plant_parts/LeafL4.tres
Normal file
21
entities/plants/resources/plant_parts/LeafL4.tres
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://mi73vy6psod7"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_atqqh"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_gdj67"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_co3c6"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_naf1l"]
|
||||
script = ExtResource("1_atqqh")
|
||||
position = Vector2(36, -64)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_co3c6")
|
||||
region = Rect2(3298, 149, 200, 381)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafL4"
|
||||
script = ExtResource("2_gdj67")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_naf1l")
|
||||
Reference in New Issue
Block a user