New plant parts
This commit is contained in:
27
entities/plants/resources/plant_parts/LeafNB2.tres
Normal file
27
entities/plants/resources/plant_parts/LeafNB2.tres
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_resource type="Resource" script_class="PlantPart" format=3 uid="uid://dgqfyo8jwqqhl"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach.gd" id="1_htc18"]
|
||||
[ext_resource type="Script" uid="uid://b3jwglylqdqtw" path="res://entities/plants/scripts/texture_builder/plant_part.gd" id="2_u4f5u"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwmandgxrjgn" path="res://entities/plants/assets/sprites/asset_plantes.png" id="3_ik1rr"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_4pyac"]
|
||||
script = ExtResource("1_htc18")
|
||||
position = Vector2(-64, -75)
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3pc5l"]
|
||||
script = ExtResource("1_htc18")
|
||||
position = Vector2(-168, 119)
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
atlas = ExtResource("3_ik1rr")
|
||||
region = Rect2(4404, 367, 365, 279)
|
||||
|
||||
[resource]
|
||||
resource_name = "LeafNB2"
|
||||
script = ExtResource("2_u4f5u")
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
type = 2
|
||||
root = SubResource("Resource_3pc5l")
|
||||
attaches = Array[ExtResource("1_htc18")]([SubResource("Resource_4pyac")])
|
||||
Reference in New Issue
Block a user