online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/account/Account.tscn')
| -rw-r--r-- | ui/menus/account/Account.tscn | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/ui/menus/account/Account.tscn b/ui/menus/account/Account.tscn index 0a693ff..a51d609 100644 --- a/ui/menus/account/Account.tscn +++ b/ui/menus/account/Account.tscn @@ -1,11 +1,10 @@ -[gd_scene load_steps=9 format=2] +[gd_scene load_steps=8 format=2] [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://assets/flags/rainbow.png" type="Texture" id=3] [ext_resource path="res://ui/Status.gd" type="Script" id=4] [ext_resource path="res://ui/menus/account/usernamepass.tscn" type="PackedScene" id=5] -[ext_resource path="res://ui/theme/main.tres" type="Theme" id=6] +[ext_resource path="res://ui/theme/main.theme" type="Theme" id=6] [ext_resource path="res://ui/animations/thehalo.tres" type="Material" id=7] [ext_resource path="res://ui/menus/account/Account.gd" type="Script" id=8] @@ -26,13 +25,11 @@ size_flags_horizontal = 3 script = ExtResource( 4 ) [node name="LogOut" type="Button" parent="H"] - focus_mode = 0 visible = false margin_right = 96.0 margin_bottom = 102.0 hint_tooltip = "log out" - - +focus_mode = 0 text = "" [node name="choose" type="TabContainer" parent="."] @@ -67,20 +64,17 @@ margin_bottom = 332.0 rect_min_size = Vector2( 230, 0 ) size_flags_horizontal = 4 text = "flag" -icon = ExtResource( 3 ) offset = Vector2( 50, -400 ) [node name="signupbutton" type="Button" parent="choose/signup"] - focus_mode = 0 margin_left = 379.0 margin_top = 337.0 margin_right = 629.0 margin_bottom = 439.0 rect_min_size = Vector2( 250, 20 ) hint_tooltip = "sign up" - +focus_mode = 0 size_flags_horizontal = 4 - text = "sign up " [node name="signin" type="VBoxContainer" parent="choose"] @@ -100,16 +94,14 @@ margin_right = 1008.0 margin_bottom = 225.0 [node name="signinbutton" type="Button" parent="choose/signin"] - focus_mode = 0 margin_left = 388.0 margin_top = 230.0 margin_right = 619.0 margin_bottom = 332.0 rect_min_size = Vector2( 250, 20 ) hint_tooltip = "sign in" - +focus_mode = 0 size_flags_horizontal = 4 - text = "sign in " [node name="LoadingAnimation" type="TextureRect" parent="."] |