311 lines
6.7 KiB
Plaintext
311 lines
6.7 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://art/multiplayer_menu/start_server.png" type="Texture" id=1]
|
|
[ext_resource path="res://art/multiplayer_menu/enter_username.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="BitmapFont" id=5]
|
|
|
|
textures = [ ]
|
|
chars = PoolIntArray( )
|
|
kernings = PoolIntArray( )
|
|
height = 1.0
|
|
ascent = 0.0
|
|
distance_field = false
|
|
|
|
[sub_resource type="BitmapFont" id=6]
|
|
|
|
textures = [ ]
|
|
chars = PoolIntArray( )
|
|
kernings = PoolIntArray( )
|
|
height = 1.0
|
|
ascent = 0.0
|
|
distance_field = false
|
|
|
|
[sub_resource type="SpriteFrames" id=3]
|
|
|
|
animations = [ {
|
|
"frames": [ ExtResource( 1 ) ],
|
|
"loop": true,
|
|
"name": "default",
|
|
"speed": 5.0
|
|
} ]
|
|
|
|
[sub_resource type="SpriteFrames" id=4]
|
|
|
|
animations = [ {
|
|
"frames": [ ExtResource( 2 ) ],
|
|
"loop": true,
|
|
"name": "default",
|
|
"speed": 5.0
|
|
} ]
|
|
|
|
[node name="Node" type="Node"]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = -3.0
|
|
margin_top = -1.0
|
|
margin_right = 1028.0
|
|
margin_bottom = 619.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
color = Color( 0, 0, 0, 1 )
|
|
_sections_unfolded = [ "Visibility" ]
|
|
|
|
[node name="Server" type="Button" parent="." index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 118.0
|
|
margin_top = 69.0
|
|
margin_right = 382.0
|
|
margin_bottom = 282.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
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="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 548.0
|
|
margin_top = 283.0
|
|
margin_right = 785.0
|
|
margin_bottom = 416.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
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="Name" type="Button" parent="." index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 196.0
|
|
margin_top = 456.0
|
|
margin_right = 295.0
|
|
margin_bottom = 532.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
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 = "Name"
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="UsernameEntry" type="LineEdit" parent="." index="4"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 518.0
|
|
margin_top = 464.0
|
|
margin_right = 721.0
|
|
margin_bottom = 490.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 1
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
focus_mode = 2
|
|
context_menu_enabled = true
|
|
placeholder_text = "Enter username"
|
|
placeholder_alpha = 0.6
|
|
caret_blink = false
|
|
caret_blink_speed = 0.65
|
|
caret_position = 0
|
|
_sections_unfolded = [ "Placeholder" ]
|
|
|
|
[node name="Server Entry" type="LineEdit" parent="." index="5"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 518.0
|
|
margin_top = 502.0
|
|
margin_right = 721.0
|
|
margin_bottom = 528.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 1
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
focus_mode = 2
|
|
context_menu_enabled = true
|
|
placeholder_text = "Enter server IP"
|
|
placeholder_alpha = 0.6
|
|
caret_blink = false
|
|
caret_blink_speed = 0.65
|
|
caret_position = 0
|
|
_sections_unfolded = [ "Placeholder" ]
|
|
|
|
[node name="YourIP" type="RichTextLabel" parent="." index="6"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 588.0
|
|
margin_top = 161.0
|
|
margin_right = 839.0
|
|
margin_bottom = 181.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
bbcode_enabled = false
|
|
bbcode_text = ""
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Your IP address: XXX.XXX.X.XXX"
|
|
scroll_active = true
|
|
scroll_following = false
|
|
selection_enabled = false
|
|
override_selected_font_color = false
|
|
|
|
[node name="UsernameLabel" type="RichTextLabel" parent="." index="7"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 588.0
|
|
margin_top = 139.0
|
|
margin_right = 839.0
|
|
margin_bottom = 159.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
custom_fonts/mono_font = SubResource( 5 )
|
|
custom_fonts/italics_font = SubResource( 6 )
|
|
bbcode_enabled = false
|
|
bbcode_text = "Enter a username"
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Enter a username"
|
|
scroll_active = true
|
|
scroll_following = false
|
|
selection_enabled = false
|
|
override_selected_font_color = false
|
|
_sections_unfolded = [ "BBCode", "custom_fonts" ]
|
|
|
|
[node name="BackToMain" type="Button" parent="." index="8"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 22.0
|
|
margin_top = 503.0
|
|
margin_right = 156.0
|
|
margin_bottom = 573.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
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 = "Back to Main Menu"
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="ServerIcon" type="AnimatedSprite" parent="." index="9"]
|
|
|
|
position = Vector2( 261.643, 353.76 )
|
|
scale = Vector2( 0.203772, 0.203773 )
|
|
frames = SubResource( 3 )
|
|
animation = "default"
|
|
|
|
[node name="UsernameIcon" type="AnimatedSprite" parent="." index="10"]
|
|
|
|
position = Vector2( 506.573, 154.684 )
|
|
scale = Vector2( 0.268352, 0.268352 )
|
|
frames = SubResource( 4 )
|
|
animation = "default"
|
|
|
|
[node name="ServerIP" type="Label" parent="." index="11"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 764.0
|
|
margin_top = 14.0
|
|
margin_right = 1012.0
|
|
margin_bottom = 79.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 4
|
|
text = "192.168.0.1"
|
|
align = 2
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
|