23 lines
482 B
Plaintext
23 lines
482 B
Plaintext
[gd_scene format=3 uid="uid://b36mrl1orxgqc"]
|
|
|
|
[node name="MapEditor" type="Window"]
|
|
title = "Map Editor"
|
|
initial_position = 1
|
|
size = Vector2i(128, 128)
|
|
unresizable = true
|
|
|
|
[node name="List" type="VBoxContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Button" type="Button" parent="List"]
|
|
layout_mode = 2
|
|
text = "TEST"
|
|
|
|
[node name="Button2" type="Button" parent="List"]
|
|
layout_mode = 2
|
|
text = "TEST"
|