online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/scrollbar/scroll.tres')
| -rw-r--r-- | ui/theme/scrollbar/scroll.tres | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/theme/scrollbar/scroll.tres b/ui/theme/scrollbar/scroll.tres new file mode 100644 index 0000000..f7a69ac --- /dev/null +++ b/ui/theme/scrollbar/scroll.tres @@ -0,0 +1,10 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 2.0 +content_margin_right = 2.0 +bg_color = Color( 0.027451, 0.211765, 0.258824, 1 ) +corner_radius_top_left = 10 +corner_radius_top_right = 10 +corner_radius_bottom_right = 10 +corner_radius_bottom_left = 10 |