plant builder
This commit is contained in:
23
entities/plants/assets/parts/branches/branch11.tscn
Normal file
23
entities/plants/assets/parts/branches/branch11.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene format=3 uid="uid://dkacu801335p5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="1_hja3v"]
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_scene.gd" id="2_wpn4e"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
|
||||
atlas = ExtResource("1_hja3v")
|
||||
region = Rect2(487, 1206, 111, 164)
|
||||
|
||||
[node name="Branch11" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
||||
texture = SubResource("AtlasTexture_mypt2")
|
||||
script = ExtResource("2_wpn4e")
|
||||
root = NodePath("Root")
|
||||
attaches = [NodePath("Attaches/Attach1")]
|
||||
type = 1
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1974108401]
|
||||
position = Vector2(28, 47)
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=2082226435]
|
||||
|
||||
[node name="Attach1" type="Node2D" parent="Attaches" unique_id=861204621]
|
||||
position = Vector2(4, 29)
|
||||
Reference in New Issue
Block a user