online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/UserPanel.tscn')
| -rw-r--r-- | ui/menus/sidebarright/UserPanel.tscn | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ui/menus/sidebarright/UserPanel.tscn b/ui/menus/sidebarright/UserPanel.tscn index 17c1cb7..8e73ec7 100644 --- a/ui/menus/sidebarright/UserPanel.tscn +++ b/ui/menus/sidebarright/UserPanel.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://ui/ubuntu-bold-regular.tres" type="DynamicFont" id=1] [ext_resource path="res://assets/flags/rainbow.png" type="Texture" id=2] [ext_resource path="res://ui/theme/main.theme" type="Theme" id=3] [ext_resource path="res://ui/menus/sidebarright/UserPanel.gd" type="Script" id=4] +[ext_resource path="res://ui/animations/thehalo.tres" type="Material" id=5] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.372549, 0.564706, 0.152941, 1 ) @@ -31,6 +32,17 @@ margin_right = 1422.0 margin_bottom = 30.0 custom_constants/separation = 10 +[node name="LoadingAnimation" type="ColorRect" parent="V/H"] +unique_name_in_owner = true +visible = false +material = ExtResource( 5 ) +margin_top = 2.0 +margin_right = 25.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 25, 25 ) +size_flags_horizontal = 4 +size_flags_vertical = 4 + [node name="Name" type="Label" parent="V/H"] unique_name_in_owner = true margin_right = 52.0 |