46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://ui/town_menu.gd" type="Script" id=2]
|
|
|
|
[node name="town_menu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="buttons" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -20.0
|
|
margin_top = -20.0
|
|
margin_right = 20.0
|
|
margin_bottom = 20.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="upgrade" type="Button" parent="buttons"]
|
|
margin_right = 217.0
|
|
margin_bottom = 43.0
|
|
theme = ExtResource( 1 )
|
|
text = "Upgrade town"
|
|
|
|
[node name="teleport_to_town" type="Button" parent="buttons"]
|
|
margin_top = 47.0
|
|
margin_right = 217.0
|
|
margin_bottom = 90.0
|
|
theme = ExtResource( 1 )
|
|
text = "Teleport to town"
|
|
|
|
[node name="return" type="Button" parent="buttons"]
|
|
margin_top = 94.0
|
|
margin_right = 217.0
|
|
margin_bottom = 137.0
|
|
theme = ExtResource( 1 )
|
|
text = "Return"
|