online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/panel.tres')
| -rw-r--r-- | ui/theme/panel.tres | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/theme/panel.tres b/ui/theme/panel.tres index 1651cef..4c8d635 100644 --- a/ui/theme/panel.tres +++ b/ui/theme/panel.tres @@ -1,4 +1,17 @@ [gd_resource type="StyleBoxFlat" format=2] [resource] -bg_color = Color( 0.188235, 0.180392, 0.172549, 1 ) +content_margin_left = 10.0 +content_margin_right = 10.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0, 0.168627, 0.211765, 1 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.027451, 0.211765, 0.258824, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |