Vest/packages/vest_mainmenu/main_menu.tscn

52 lines
1.1 KiB
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://packages/vest_mainmenu/main_menu.gd" type="Script" id=1]
[node name="Node" type="Node"]
script = ExtResource( 1 )
[node name="TabContainer" type="TabContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 50.0
margin_top = 49.1426
margin_right = -50.0
margin_bottom = -50.8574
tab_align = 0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Logs" type="Control" parent="TabContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
[node name="LogList" type="RichTextLabel" parent="TabContainer/Logs"]
anchor_right = 1.0
anchor_bottom = 1.0
scroll_following = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Singleplayer" type="Control" parent="TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
[node name="Start Game" type="Button" parent="TabContainer/Singleplayer"]
margin_right = 12.0
margin_bottom = 20.0
text = "Start Game"
__meta__ = {
"_edit_use_anchors_": false
}