online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/LocalMultiplayer.tscn')
-rw-r--r--ui/menus/LocalMultiplayer.tscn35
1 files changed, 35 insertions, 0 deletions
diff --git a/ui/menus/LocalMultiplayer.tscn b/ui/menus/LocalMultiplayer.tscn
new file mode 100644
index 0000000..9aa4dd4
--- /dev/null
+++ b/ui/menus/LocalMultiplayer.tscn
@@ -0,0 +1,35 @@
+[gd_scene load_steps=4 format=2]
+
+[ext_resource path="res://ui/menus/LocalMultiplayer.gd" type="Script" id=1]
+[ext_resource path="res://ui/menus/lobby/GameConfig.tscn" type="PackedScene" id=2]
+
+[sub_resource type="ButtonGroup" id=1]
+
+[node name="LocalMultiplayer" type="CenterContainer"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+script = ExtResource( 1 )
+
+[node name="V" type="VBoxContainer" parent="."]
+margin_left = 671.0
+margin_top = 373.0
+margin_right = 751.0
+margin_bottom = 427.0
+
+[node name="GameConfig" parent="V" instance=ExtResource( 2 )]
+unique_name_in_owner = true
+visible = false
+anchor_right = 0.0
+anchor_bottom = 0.0
+margin_right = 351.0
+margin_bottom = 268.0
+color_config = false
+button_group = SubResource( 1 )
+
+[node name="PlayButton" type="Button" parent="V"]
+margin_right = 80.0
+margin_bottom = 54.0
+size_flags_horizontal = 4
+text = "play"
+
+[connection signal="pressed" from="V/PlayButton" to="." method="_pressed"]