online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/account/Account.gd')
| -rw-r--r-- | ui/menus/account/Account.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/menus/account/Account.gd b/ui/menus/account/Account.gd index 29ce00e..c1bc49e 100644 --- a/ui/menus/account/Account.gd +++ b/ui/menus/account/Account.gd @@ -3,7 +3,7 @@ extends Control onready var flags: PoolStringArray = ["rainbow"] onready var flagchoice: GridMenuButton = $choose/signup/flag onready var data: Dictionary = SaveLoad.get_data("id") -onready var status: StatusLabel = $H/InfoLabel # not a StatusLabel +onready var status: InfoLabel = $H/InfoLabel # not a StatusLabel onready var loading = $LoadingAnimation onready var tabs := { |