online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/StartMenu.tscn')
-rw-r--r--ui/StartMenu.tscn14
1 files changed, 13 insertions, 1 deletions
diff --git a/ui/StartMenu.tscn b/ui/StartMenu.tscn
index 1b69847..2d8a117 100644
--- a/ui/StartMenu.tscn
+++ b/ui/StartMenu.tscn
@@ -1,10 +1,12 @@
-[gd_scene load_steps=7 format=2]
+[gd_scene load_steps=9 format=2]
[ext_resource path="res://ui/theme/main.tres" type="Theme" id=1]
[ext_resource path="res://ui/StartMenu.gd" type="Script" id=2]
[ext_resource path="res://ui/Settings.tscn" type="PackedScene" id=3]
[ext_resource path="res://ui/Lobby.tscn" type="PackedScene" id=4]
[ext_resource path="res://assets/ui/verdana-bold.ttf" type="DynamicFontData" id=5]
+[ext_resource path="res://ui/account/Account.tscn" type="PackedScene" id=6]
+[ext_resource path="res://SanParse/test.gd" type="Script" id=7]
[sub_resource type="DynamicFont" id=1]
size = 400
@@ -47,6 +49,13 @@ margin_top = 90.0
margin_right = -30.0
margin_bottom = -30.0
+[node name="account" parent="tabs" instance=ExtResource( 6 )]
+visible = false
+margin_left = 30.0
+margin_top = 90.0
+margin_right = -30.0
+margin_bottom = -30.0
+
[node name="quit" type="Button" parent="tabs"]
visible = false
anchor_right = 1.0
@@ -62,5 +71,8 @@ custom_fonts/font = SubResource( 1 )
enabled_focus_mode = 0
text = "exit"
+[node name="Node2D" type="Node2D" parent="."]
+script = ExtResource( 7 )
+
[connection signal="tab_changed" from="tabs" to="tabs/Lobby" method="_on_tabs_tab_changed"]
[connection signal="pressed" from="tabs/quit" to="." method="_on_quit_pressed"]