79 lines
2.3 KiB
Plaintext
79 lines
2.3 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ojcho3pi3u7n"]
|
|
|
|
[ext_resource type="Script" uid="uid://dypq4h3hy1l3v" path="res://scenes/UI/main_menu/main_menu.gd" id="1_script"]
|
|
|
|
[node name="MainMenu" type="Control" unique_id=2099645465]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_script")
|
|
|
|
[node name="Background" type="ColorRect" parent="." unique_id=2137889995]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.05, 0.05, 0.08, 1)
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="." unique_id=1954458945]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer" unique_id=542164632]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 20
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer" unique_id=973405608]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 48
|
|
text = "Millimeters of Aluminium"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="AddressEntry" type="LineEdit" parent="CenterContainer/VBoxContainer" unique_id=994010326]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "127.0.0.1"
|
|
alignment = 1
|
|
|
|
[node name="HostButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1548149031]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
text = "Host Game"
|
|
|
|
[node name="JoinButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1826215269]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
text = "Join Game"
|
|
|
|
[node name="SettingsButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=811999044]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
text = "Settings"
|
|
|
|
[node name="QuitButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1005717980]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
text = "Quit to Desktop"
|
|
|
|
[node name="LobbyMenu" type="Control" parent="." unique_id=604668798]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|