plant builder
This commit is contained in:
37
entities/plants/assets/parts/bases/base4.tscn
Normal file
37
entities/plants/assets/parts/bases/base4.tscn
Normal file
@@ -0,0 +1,37 @@
|
||||
[gd_scene format=3 uid="uid://dnl6yculy2lub"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="1_u26j6"]
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_scene.gd" id="2_suu34"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
|
||||
atlas = ExtResource("1_u26j6")
|
||||
region = Rect2(223, 1265, 200, 386)
|
||||
|
||||
[node name="Base4" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches", "bottom_attaches")]
|
||||
texture = SubResource("AtlasTexture_mypt2")
|
||||
script = ExtResource("2_suu34")
|
||||
root = NodePath("Root")
|
||||
attaches = [NodePath("Attaches/Attach1"), NodePath("Attaches/Attach2"), NodePath("Attaches/Attach3")]
|
||||
bottom_attaches = [NodePath("BottomAttaches/BottomAttach1"), NodePath("BottomAttaches/BottomAttach2")]
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1974108401]
|
||||
position = Vector2(31, 158)
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=2082226435]
|
||||
|
||||
[node name="Attach1" type="Node2D" parent="Attaches" unique_id=861204621]
|
||||
position = Vector2(14, 59)
|
||||
|
||||
[node name="Attach2" type="Node2D" parent="Attaches" unique_id=1344917470]
|
||||
position = Vector2(-9, 24)
|
||||
|
||||
[node name="Attach3" type="Node2D" parent="Attaches" unique_id=482542203]
|
||||
position = Vector2(-22, -114)
|
||||
|
||||
[node name="BottomAttaches" type="Node" parent="." unique_id=456407982]
|
||||
|
||||
[node name="BottomAttach1" type="Node2D" parent="BottomAttaches" unique_id=235792020]
|
||||
position = Vector2(49, 165)
|
||||
|
||||
[node name="BottomAttach2" type="Node2D" parent="BottomAttaches" unique_id=1929029464]
|
||||
position = Vector2(19, 169)
|
||||
Reference in New Issue
Block a user