online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/account/usernamepass.gd')
| -rw-r--r-- | ui/account/usernamepass.gd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/account/usernamepass.gd b/ui/account/usernamepass.gd new file mode 100644 index 0000000..387b806 --- /dev/null +++ b/ui/account/usernamepass.gd @@ -0,0 +1,5 @@ +extends Control +class_name UsernamePass + +onready var username = $Username +onready var pw = $H/Password |