online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/StartMenu.tscn')
-rw-r--r--ui/menus/StartMenu.tscn7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/menus/StartMenu.tscn b/ui/menus/StartMenu.tscn
index 55c6a32..f720f72 100644
--- a/ui/menus/StartMenu.tscn
+++ b/ui/menus/StartMenu.tscn
@@ -2,8 +2,8 @@
[ext_resource path="res://ui/menus/account/Account.tscn" type="PackedScene" id=1]
[ext_resource path="res://ui/menus/settings/Settings.tscn" type="PackedScene" id=2]
-[ext_resource path="res://assets/ui/ubuntu-bold.ttf" type="DynamicFontData" id=3]
-[ext_resource path="res://ui/theme/main.tres" type="Theme" id=4]
+[ext_resource path="res://assets/ui/ubuntu/ubuntu-bold.ttf" type="DynamicFontData" id=3]
+[ext_resource path="res://ui/theme/main.theme" type="Theme" id=4]
[ext_resource path="res://ui/menus/Lobby.tscn" type="PackedScene" id=5]
[ext_resource path="res://test.gd" type="Script" id=6]
[ext_resource path="res://ui/menus/StartMenu.gd" type="Script" id=7]
@@ -34,7 +34,7 @@ size_flags_vertical = 0
drag_to_rearrange_enabled = true
use_hidden_tabs_for_min_size = true
-[node name="" parent="tabs" instance=ExtResource( 5 )]
+[node name="οƒ€πŸ‡ΏπŸ‡¦" parent="tabs" instance=ExtResource( 5 )]
margin_left = 30.0
margin_top = 86.0
margin_right = -30.0
@@ -78,5 +78,4 @@ text = "exit"
[node name="tests" type="Node2D" parent="."]
script = ExtResource( 6 )
-[connection signal="tab_changed" from="tabs" to="tabs/" method="_on_tabs_tab_changed"]
[connection signal="pressed" from="tabs/οœ…" to="." method="_on_quit_pressed"]