online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/main.tres')
| -rw-r--r-- | ui/theme/main.tres | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/ui/theme/main.tres b/ui/theme/main.tres index c729f76..2061107 100644 --- a/ui/theme/main.tres +++ b/ui/theme/main.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=18 format=2] +[gd_resource type="Theme" load_steps=20 format=2] [ext_resource path="res://ui/verdana.tres" type="DynamicFont" id=1] [ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=2] @@ -7,6 +7,7 @@ [ext_resource path="res://ui/theme/buttonhover.tres" type="StyleBox" id=5] [ext_resource path="res://assets/ui/checkedbox.png" type="Texture" id=6] [ext_resource path="res://ui/theme/flatblack.tres" type="StyleBox" id=7] +[ext_resource path="res://ui/theme/transblack.tres" type="StyleBox" id=8] [sub_resource type="StyleBoxTexture" id=6] texture = ExtResource( 4 ) @@ -42,6 +43,12 @@ content_margin_right = 30.0 content_margin_top = 30.0 content_margin_bottom = 30.0 bg_color = Color( 0, 0, 0, 0.313726 ) +border_blend = true +corner_radius_top_left = 50 +corner_radius_top_right = 50 +corner_radius_bottom_right = 30 +corner_radius_bottom_left = 30 +corner_detail = 15 [sub_resource type="StyleBoxFlat" id=12] content_margin_left = 10.0 @@ -65,6 +72,20 @@ border_color = Color( 0, 0, 0, 0.392157 ) [sub_resource type="StyleBoxEmpty" id=5] +[sub_resource type="StyleBoxFlat" id=13] +content_margin_left = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0, 0, 0, 0.588235 ) +border_width_top = 65 +border_color = Color( 0.180392, 0.180392, 0.180392, 1 ) +corner_radius_top_left = 30 +corner_radius_top_right = 30 +corner_radius_bottom_right = 30 +corner_radius_bottom_left = 30 +corner_detail = 15 +expand_margin_top = 65.0 + [resource] default_font = ExtResource( 1 ) Button/colors/font_color = Color( 1, 1, 1, 1 ) @@ -122,6 +143,7 @@ PopupMenu/icons/radio_checked = ExtResource( 3 ) PopupMenu/icons/radio_unchecked = ExtResource( 3 ) PopupMenu/styles/hover = SubResource( 3 ) PopupMenu/styles/panel = ExtResource( 7 ) +PopupPanel/styles/panel = ExtResource( 8 ) SpinBox/icons/updown = ExtResource( 3 ) TabContainer/colors/font_color_bg = Color( 0.709804, 0.709804, 0.709804, 0.72549 ) TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 ) @@ -130,3 +152,10 @@ TabContainer/styles/tab_bg = SubResource( 12 ) TabContainer/styles/tab_fg = SubResource( 11 ) VBoxContainer/constants/separation = 15 VScrollBar/styles/scroll = SubResource( 5 ) +WindowDialog/colors/title_color = Color( 1, 1, 1, 1 ) +WindowDialog/constants/close_h_ofs = 0 +WindowDialog/constants/close_v_ofs = 0 +WindowDialog/constants/title_height = 60 +WindowDialog/icons/close = ExtResource( 3 ) +WindowDialog/icons/close_highlight = ExtResource( 3 ) +WindowDialog/styles/panel = SubResource( 13 ) |