online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/transpanel.tres')
| -rw-r--r-- | ui/theme/transpanel.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/theme/transpanel.tres b/ui/theme/transpanel.tres new file mode 100644 index 0000000..e658f96 --- /dev/null +++ b/ui/theme/transpanel.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +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, 0.392157 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.0286, 0.21372, 0.26, 0.588235 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |