[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://lobby.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="Control" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Server" type="Button" parent="." index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 6.0
|
|
margin_right = 52.0
|
|
margin_bottom = 26.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Server"
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="Client" type="Button" parent="." index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 1.0
|
|
margin_top = 44.0
|
|
margin_right = 50.0
|
|
margin_bottom = 64.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Client"
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="Username" type="TextEdit" parent="." index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 3.0
|
|
margin_top = 88.0
|
|
margin_right = 182.0
|
|
margin_bottom = 108.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
text = ""
|
|
readonly = false
|
|
highlight_current_line = false
|
|
syntax_highlighting = false
|
|
show_line_numbers = false
|
|
highlight_all_occurrences = false
|
|
override_selected_font_color = false
|
|
context_menu_enabled = true
|
|
smooth_scrolling = false
|
|
v_scroll_speed = 80.0
|
|
hiding_enabled = 0
|
|
wrap_lines = false
|
|
caret_block_mode = false
|
|
caret_blink = false
|
|
caret_blink_speed = 0.65
|
|
caret_moving_by_right_click = true
|
|
|
|
[node name="Singleplayer" type="Button" parent="." index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 72.0
|
|
margin_top = 8.0
|
|
margin_right = 161.0
|
|
margin_bottom = 28.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Singleplayer"
|
|
flat = false
|
|
align = 1
|
|
|
|
|