|
@@ -2,20 +2,20 @@
|
|
|
|
|
|
[ext_resource path="res://lobby.gd" type="Script" id=1]
|
|
|
|
|
|
-[node name="lobby" type="Control"]
|
|
|
+[node name="lobby" type="Control" index="0"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 0
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 2
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
-[node name="players" type="Panel" parent="."]
|
|
|
+[node name="players" type="Panel" parent="." index="0"]
|
|
|
|
|
|
visible = false
|
|
|
anchor_left = 0.0
|
|
@@ -27,12 +27,12 @@ margin_top = 113.0
|
|
|
margin_right = 645.0
|
|
|
margin_bottom = 468.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 0
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 2
|
|
|
|
|
|
-[node name="label" type="Label" parent="players"]
|
|
|
+[node name="label" type="Label" parent="players" index="0"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -43,8 +43,8 @@ margin_top = 18.0
|
|
|
margin_right = 142.0
|
|
|
margin_bottom = 32.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 2
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 0
|
|
|
text = "Awaiting Players..."
|
|
@@ -52,7 +52,7 @@ percent_visible = 1.0
|
|
|
lines_skipped = 0
|
|
|
max_lines_visible = -1
|
|
|
|
|
|
-[node name="start" type="Button" parent="players"]
|
|
|
+[node name="start" type="Button" parent="players" index="1"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -63,8 +63,9 @@ margin_top = 307.0
|
|
|
margin_right = 193.0
|
|
|
margin_bottom = 336.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 = 2
|
|
|
size_flags_vertical = 2
|
|
|
toggle_mode = false
|
|
@@ -73,8 +74,9 @@ shortcut = null
|
|
|
group = null
|
|
|
text = "START!"
|
|
|
flat = false
|
|
|
+align = 1
|
|
|
|
|
|
-[node name="list" type="ItemList" parent="players"]
|
|
|
+[node name="list" type="ItemList" parent="players" index="2"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -85,14 +87,18 @@ margin_top = 37.0
|
|
|
margin_right = 229.0
|
|
|
margin_bottom = 296.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
+rect_clip_content = true
|
|
|
+focus_mode = 2
|
|
|
mouse_filter = 0
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 2
|
|
|
items = [ ]
|
|
|
select_mode = 0
|
|
|
icon_mode = 1
|
|
|
+fixed_icon_size = Vector2( 0, 0 )
|
|
|
|
|
|
-[node name="connect" type="Panel" parent="."]
|
|
|
+[node name="connect" type="Panel" parent="." index="1"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -103,12 +109,12 @@ margin_top = 157.0
|
|
|
margin_right = 647.0
|
|
|
margin_bottom = 324.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 0
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 2
|
|
|
|
|
|
-[node name="name_label" type="Label" parent="connect"]
|
|
|
+[node name="name_label" type="Label" parent="connect" index="0"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -119,8 +125,8 @@ margin_top = 11.0
|
|
|
margin_right = 56.0
|
|
|
margin_bottom = 25.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 2
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 0
|
|
|
text = "Name:"
|
|
@@ -128,7 +134,7 @@ percent_visible = 1.0
|
|
|
lines_skipped = 0
|
|
|
max_lines_visible = -1
|
|
|
|
|
|
-[node name="name" type="LineEdit" parent="connect"]
|
|
|
+[node name="name" type="LineEdit" parent="connect" index="1"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -139,18 +145,20 @@ margin_top = 30.0
|
|
|
margin_right = 173.0
|
|
|
margin_bottom = 54.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 = 2
|
|
|
size_flags_vertical = 2
|
|
|
text = "The Warrior"
|
|
|
-expand_to_len = false
|
|
|
focus_mode = 2
|
|
|
+context_menu_enabled = true
|
|
|
placeholder_alpha = 0.6
|
|
|
caret_blink = false
|
|
|
caret_blink_speed = 0.65
|
|
|
+caret_position = 0
|
|
|
|
|
|
-[node name="ip_label" type="Label" parent="connect"]
|
|
|
+[node name="ip_label" type="Label" parent="connect" index="2"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -161,8 +169,8 @@ margin_top = 66.0
|
|
|
margin_right = 57.0
|
|
|
margin_bottom = 80.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 2
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 0
|
|
|
text = "IP:"
|
|
@@ -170,7 +178,7 @@ percent_visible = 1.0
|
|
|
lines_skipped = 0
|
|
|
max_lines_visible = -1
|
|
|
|
|
|
-[node name="ip" type="LineEdit" parent="connect"]
|
|
|
+[node name="ip" type="LineEdit" parent="connect" index="3"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -181,18 +189,20 @@ margin_top = 85.0
|
|
|
margin_right = 173.0
|
|
|
margin_bottom = 109.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 = 2
|
|
|
size_flags_vertical = 2
|
|
|
text = "127.0.0.1"
|
|
|
-expand_to_len = false
|
|
|
focus_mode = 2
|
|
|
+context_menu_enabled = true
|
|
|
placeholder_alpha = 0.6
|
|
|
caret_blink = false
|
|
|
caret_blink_speed = 0.65
|
|
|
+caret_position = 0
|
|
|
|
|
|
-[node name="host" type="Button" parent="connect"]
|
|
|
+[node name="host" type="Button" parent="connect" index="4"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -203,8 +213,9 @@ margin_top = 31.0
|
|
|
margin_right = 246.0
|
|
|
margin_bottom = 51.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 = 2
|
|
|
size_flags_vertical = 2
|
|
|
toggle_mode = false
|
|
@@ -213,8 +224,9 @@ shortcut = null
|
|
|
group = null
|
|
|
text = "Host"
|
|
|
flat = false
|
|
|
+align = 1
|
|
|
|
|
|
-[node name="join" type="Button" parent="connect"]
|
|
|
+[node name="join" type="Button" parent="connect" index="5"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -225,8 +237,9 @@ margin_top = 87.0
|
|
|
margin_right = 246.0
|
|
|
margin_bottom = 107.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 = 2
|
|
|
size_flags_vertical = 2
|
|
|
toggle_mode = false
|
|
@@ -235,8 +248,9 @@ shortcut = null
|
|
|
group = null
|
|
|
text = "Join"
|
|
|
flat = false
|
|
|
+align = 1
|
|
|
|
|
|
-[node name="error_label" type="Label" parent="connect"]
|
|
|
+[node name="error_label" type="Label" parent="connect" index="6"]
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
anchor_top = 0.0
|
|
@@ -247,8 +261,8 @@ margin_top = 125.0
|
|
|
margin_right = 257.0
|
|
|
margin_bottom = 139.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 2
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 0
|
|
|
custom_colors/font_color = Color( 0.820312, 0.291595, 0.291595, 1 )
|
|
@@ -257,7 +271,7 @@ percent_visible = 1.0
|
|
|
lines_skipped = 0
|
|
|
max_lines_visible = -1
|
|
|
|
|
|
-[node name="error" type="AcceptDialog" parent="."]
|
|
|
+[node name="error" type="AcceptDialog" parent="." index="2"]
|
|
|
|
|
|
visible = false
|
|
|
anchor_left = 0.0
|
|
@@ -267,8 +281,8 @@ anchor_bottom = 0.0
|
|
|
margin_right = 55.0
|
|
|
margin_bottom = 58.0
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
-rect_clip_content = false
|
|
|
mouse_filter = 0
|
|
|
+mouse_default_cursor_shape = 0
|
|
|
size_flags_horizontal = 2
|
|
|
size_flags_vertical = 2
|
|
|
popup_exclusive = false
|