online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/account/Account.tscn')
| -rw-r--r-- | ui/menus/account/Account.tscn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ui/menus/account/Account.tscn b/ui/menus/account/Account.tscn index fa20b02..53c0846 100644 --- a/ui/menus/account/Account.tscn +++ b/ui/menus/account/Account.tscn @@ -1,8 +1,8 @@ [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://ui/menus/account/InfoLabel.gd" type="Script" id=3] +[ext_resource path="res://assets/blank.png" type="Texture" id=2] +[ext_resource path="res://ui/Status.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] @@ -33,10 +33,10 @@ focus_mode = 0 text = "" [node name="choose" type="TabContainer" parent="."] -margin_left = 177.0 -margin_top = 15.0 -margin_right = 1245.0 -margin_bottom = 570.0 +margin_left = 182.0 +margin_top = 10.0 +margin_right = 1240.0 +margin_bottom = 457.0 size_flags_horizontal = 4 size_flags_vertical = 4 use_hidden_tabs_for_min_size = true @@ -44,10 +44,10 @@ use_hidden_tabs_for_min_size = true [node name="signup" type="VBoxContainer" parent="choose"] anchor_right = 1.0 anchor_bottom = 1.0 -margin_left = 30.0 -margin_top = 86.0 -margin_right = -30.0 -margin_bottom = -30.0 +margin_left = 25.0 +margin_top = 79.0 +margin_right = -25.0 +margin_bottom = -25.0 custom_constants/separation = 5 [node name="usernamepass" parent="choose/signup" instance=ExtResource( 5 )] @@ -60,7 +60,7 @@ margin_bottom = 225.0 margin_left = 389.0 margin_top = 230.0 margin_right = 619.0 -margin_bottom = 332.0 +margin_bottom = 284.0 rect_min_size = Vector2( 230, 0 ) size_flags_horizontal = 4 text = "flag" @@ -68,9 +68,9 @@ offset = Vector2( 50, -400 ) [node name="signupbutton" type="Button" parent="choose/signup"] margin_left = 379.0 -margin_top = 337.0 +margin_top = 289.0 margin_right = 629.0 -margin_bottom = 439.0 +margin_bottom = 343.0 rect_min_size = Vector2( 250, 20 ) hint_tooltip = "sign up" focus_mode = 0 |