plant builder
This commit is contained in:
24
entities/plants/assets/parts/branches/branch16.tscn
Normal file
24
entities/plants/assets/parts/branches/branch16.tscn
Normal file
@@ -0,0 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://gva05r3c8gby"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="1_kveac"]
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_scene.gd" id="2_3xj1s"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
|
||||
atlas = ExtResource("1_kveac")
|
||||
region = Rect2(745, 1655, 214, 183)
|
||||
|
||||
[node name="Branch16" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
||||
texture = SubResource("AtlasTexture_mypt2")
|
||||
script = ExtResource("2_3xj1s")
|
||||
root = NodePath("Root")
|
||||
attaches = [NodePath("Attaches/Attach2")]
|
||||
type = 1
|
||||
is_back = true
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1974108401]
|
||||
position = Vector2(-42, 53)
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=2082226435]
|
||||
|
||||
[node name="Attach2" type="Node2D" parent="Attaches" unique_id=1779531108]
|
||||
position = Vector2(19, 3)
|
||||
Reference in New Issue
Block a user