Files
lobby-server/scenes/ui_controls/lobby_screen/lobby_ui.tscn

108 lines
3.1 KiB
Plaintext
Raw Normal View History

2026-08-07 03:02:53 -05:00
[gd_scene load_steps=3 format=3 uid="uid://rb6av5eg4u0"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e03fk"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.22352941, 0.47058824, 0.23137255, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lqt48"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.8460855, 0.21924442, 0.24864262, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
[node name="margin" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="body" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_vertical = 3
[node name="left_body" type="VBoxContainer" parent="body"]
layout_mode = 2
size_flags_horizontal = 3
[node name="server_host_hbox" type="HBoxContainer" parent="body/left_body"]
layout_mode = 2
size_flags_horizontal = 3
[node name="host_address_input" type="LineEdit" parent="body/left_body/server_host_hbox"]
layout_mode = 2
size_flags_horizontal = 3
text = "0.0.0.0"
2026-08-07 03:02:53 -05:00
placeholder_text = "Server Address: (Eg. 0.0.0.0)"
alignment = 1
max_length = 15
2026-08-07 03:02:53 -05:00
emoji_menu_enabled = false
clear_button_enabled = true
caret_blink = true
[node name="host_port_range" type="SpinBox" parent="body/left_body/server_host_hbox"]
layout_mode = 2
min_value = 1.0
max_value = 65535.0
page = 10.0
value = 8080.0
2026-08-07 03:02:53 -05:00
rounded = true
alignment = 1
[node name="host_start_bttn" type="Button" parent="body/left_body/server_host_hbox"]
layout_mode = 2
mouse_default_cursor_shape = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_e03fk")
text = "Start Host"
[node name="host_stop_bttn" type="Button" parent="body/left_body/server_host_hbox"]
visible = false
layout_mode = 2
mouse_default_cursor_shape = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_lqt48")
text = "Stop Host"
[node name="search_vbox" type="VBoxContainer" parent="body/left_body"]
layout_mode = 2
size_flags_vertical = 3
[node name="search_hbox" type="HBoxContainer" parent="body/left_body/search_vbox"]
layout_mode = 2
size_flags_horizontal = 3
[node name="match_search_input" type="LineEdit" parent="body/left_body/search_vbox/search_hbox"]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "Search Match List... "
max_length = 12
emoji_menu_enabled = false
clear_button_enabled = true
caret_blink = true
[node name="match_search_bttn" type="Button" parent="body/left_body/search_vbox/search_hbox"]
custom_minimum_size = Vector2(85, 0)
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Search"
[node name="scroll_container" type="ScrollContainer" parent="body/left_body/search_vbox"]
layout_mode = 2
size_flags_vertical = 3
[node name="match_list" type="VBoxContainer" parent="body/left_body/search_vbox/scroll_container"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3