online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/main.tres')
| -rw-r--r-- | ui/main.tres | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ui/main.tres b/ui/main.tres index 77741de..e798c9d 100644 --- a/ui/main.tres +++ b/ui/main.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=10 format=2] +[gd_resource type="Theme" load_steps=12 format=2] [ext_resource path="res://ui/verdana.tres" type="DynamicFont" id=1] [ext_resource path="res://ui/button.tres" type="StyleBox" id=2] @@ -10,9 +10,13 @@ [sub_resource type="StyleBoxEmpty" id=2] +[sub_resource type="StyleBoxEmpty" id=4] + [sub_resource type="StyleBoxFlat" id=3] bg_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 ) +[sub_resource type="StyleBoxEmpty" id=5] + [resource] default_font = ExtResource( 1 ) Button/colors/font_color = Color( 1, 1, 1, 1 ) @@ -33,6 +37,10 @@ CheckBox/icons/radio_unchecked_disabled = null CheckBox/icons/unchecked = ExtResource( 4 ) CheckBox/icons/unchecked_disabled = null HBoxContainer/constants/separation = 15 +ItemList/colors/font_color = Color( 1, 1, 1, 1 ) +ItemList/colors/font_color_selected = Color( 0.905882, 0.905882, 0.905882, 1 ) +ItemList/styles/bg = SubResource( 4 ) +ItemList/styles/bg_focus = ExtResource( 7 ) OptionButton/colors/font_color = Color( 1, 1, 1, 1 ) OptionButton/colors/font_color_focus = Color( 1, 1, 1, 1 ) OptionButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) @@ -47,3 +55,4 @@ PopupMenu/icons/radio_unchecked = ExtResource( 3 ) PopupMenu/styles/hover = SubResource( 3 ) PopupMenu/styles/panel = ExtResource( 7 ) VBoxContainer/constants/separation = 15 +VScrollBar/styles/scroll = SubResource( 5 ) |