online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/UserPanel.tscn')
| -rw-r--r-- | ui/menus/sidebarright/UserPanel.tscn | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/ui/menus/sidebarright/UserPanel.tscn b/ui/menus/sidebarright/UserPanel.tscn index d2d5f76..5fdd56a 100644 --- a/ui/menus/sidebarright/UserPanel.tscn +++ b/ui/menus/sidebarright/UserPanel.tscn @@ -14,31 +14,45 @@ custom_constants/margin_top = 2 custom_constants/margin_bottom = 2 script = ExtResource( 4 ) -[node name="H" type="HBoxContainer" parent="."] +[node name="V" type="VBoxContainer" parent="."] margin_top = 2.0 margin_right = 1422.0 margin_bottom = 798.0 +custom_constants/separation = 0 + +[node name="H" type="HBoxContainer" parent="V"] +margin_right = 1422.0 +margin_bottom = 30.0 custom_constants/separation = 10 -[node name="Name" type="Label" parent="H"] +[node name="Name" type="Label" parent="V/H"] unique_name_in_owner = true -margin_top = 378.0 margin_right = 52.0 -margin_bottom = 418.0 -rect_min_size = Vector2( 0, 40 ) +margin_bottom = 30.0 +rect_min_size = Vector2( 0, 30 ) custom_fonts/font = ExtResource( 1 ) text = "name" valign = 1 -[node name="Flag" type="TextureRect" parent="H"] +[node name="Flag" type="TextureRect" parent="V/H"] unique_name_in_owner = true margin_left = 62.0 -margin_top = 388.0 +margin_top = 5.0 margin_right = 88.0 -margin_bottom = 408.0 +margin_bottom = 25.0 rect_min_size = Vector2( 26, 20 ) size_flags_horizontal = 4 size_flags_vertical = 4 texture = ExtResource( 2 ) expand = true stretch_mode = 6 + +[node name="Nps" type="Label" parent="V"] +unique_name_in_owner = true +visible = false +margin_top = 30.0 +margin_right = 1422.0 +margin_bottom = 53.0 +custom_fonts/font = ExtResource( 1 ) +text = "000004n/s" +valign = 1 |