online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/virtual_keyboard/high_light.tres')
| -rw-r--r-- | ui/virtual_keyboard/high_light.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/virtual_keyboard/high_light.tres b/ui/virtual_keyboard/high_light.tres new file mode 100644 index 0000000..dfe6d61 --- /dev/null +++ b/ui/virtual_keyboard/high_light.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 2.0 +content_margin_right = 2.0 +content_margin_top = 2.0 +content_margin_bottom = 2.0 +bg_color = Color( 0.443137, 0.482353, 0.443137, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |