online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/account/Account.tscn')
| -rw-r--r-- | ui/menus/account/Account.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/menus/account/Account.tscn b/ui/menus/account/Account.tscn index a51d609..c5e1c32 100644 --- a/ui/menus/account/Account.tscn +++ b/ui/menus/account/Account.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://ui/gridmenu/GridMenuButton.tscn" type="PackedScene" id=1] [ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=2] -[ext_resource path="res://ui/Status.gd" type="Script" id=4] +[ext_resource path="res://ui/menus/account/InfoLabel.gd" type="Script" id=3] [ext_resource path="res://ui/menus/account/usernamepass.tscn" type="PackedScene" id=5] [ext_resource path="res://ui/theme/main.theme" type="Theme" id=6] [ext_resource path="res://ui/animations/thehalo.tres" type="Material" id=7] @@ -22,7 +22,7 @@ visible = false margin_right = 1422.0 margin_bottom = 46.0 size_flags_horizontal = 3 -script = ExtResource( 4 ) +script = ExtResource( 3 ) [node name="LogOut" type="Button" parent="H"] visible = false |