online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/lobby/Lobby.tscn')
| -rw-r--r-- | ui/menus/lobby/Lobby.tscn | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/ui/menus/lobby/Lobby.tscn b/ui/menus/lobby/Lobby.tscn index 7fe87f6..bd8099e 100644 --- a/ui/menus/lobby/Lobby.tscn +++ b/ui/menus/lobby/Lobby.tscn @@ -1,9 +1,7 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://ui/theme/main.theme" type="Theme" id=1] [ext_resource path="res://ui/menus/lobby/Lobby.gd" type="Script" id=2] -[ext_resource path="res://ui/menus/lobby/Disclaimer.gd" type="Script" id=3] -[ext_resource path="res://ui/ubuntu-bold-small.tres" type="DynamicFont" id=4] [ext_resource path="res://ui/menus/lobby/GameConfig.tscn" type="PackedScene" id=5] [node name="Lobby" type="CenterContainer"] @@ -106,27 +104,6 @@ margin_bottom = 292.0 custom_colors/font_color = Color( 0.698039, 0.415686, 0.415686, 1 ) autowrap = true -[node name="Disclaimer" type="Label" parent="Center/VBox"] -visible = false -margin_top = 242.0 -margin_right = 350.0 -margin_bottom = 342.0 -rect_min_size = Vector2( 0, 100 ) -custom_colors/font_color = Color( 1, 1, 1, 1 ) -custom_fonts/font = ExtResource( 4 ) -text = " Currently logged out. - Upon disconnect, you - will be unable to rejoin. " -valign = 1 -script = ExtResource( 3 ) - -[node name="ColorRect" type="ColorRect" parent="Center/VBox/Disclaimer"] -show_behind_parent = true -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_right = -46.0 -color = Color( 0.588235, 0.560784, 0.309804, 1 ) - [connection signal="pressed" from="Center/VBox/stophost" to="." method="_on_stophost_pressed"] [connection signal="pressed" from="Center/VBox/buttons/SpectateButton" to="." method="_on_spectate_pressed"] [connection signal="pressed" from="Center/VBox/buttons/JoinButton" to="." method="_on_join_pressed"] |