plant tester + shado assets
This commit is contained in:
20
entities/plants/resources/plant_parts/LeafF3.tres
Normal file
20
entities/plants/resources/plant_parts/LeafF3.tres
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://m8j2gfumw11w"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co46ywm8bgnfh" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_1sa08"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_wbtnq"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxnm1quxhx40i" path="res://entities/plants/assets/sprites/asset-plante-fin_assemble.png" id="3_d212s"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_1ioh5"]
|
||||
script = ExtResource("1_1sa08")
|
||||
position = Vector2(-35, 84)
|
||||
attach_types = Array[int]([1, 3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_khbsd"]
|
||||
atlas = ExtResource("3_d212s")
|
||||
region = Rect2(3654, 2499, 242, 249)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafF3"
|
||||
script = ExtResource("2_wbtnq")
|
||||
texture = SubResource("AtlasTexture_khbsd")
|
||||
root = SubResource("Resource_1ioh5")
|
||||
Reference in New Issue
Block a user