diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
| commit | f3c50714834d2d5cb204625c63aaeffb50bef236 (patch) | |
| tree | 61e6a12a7568129fe609ebb4633a59c781984a62 /Assets/Styles/GUIBoxFocus.tres | |
| parent | 05d29ccce1898ed89c0b650c77242c2fa2805128 (diff) | |
| download | texty-f3c50714834d2d5cb204625c63aaeffb50bef236.tar.xz texty-f3c50714834d2d5cb204625c63aaeffb50bef236.zip | |
gui: set up a global theme
Diffstat (limited to 'Assets/Styles/GUIBoxFocus.tres')
| -rw-r--r-- | Assets/Styles/GUIBoxFocus.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Assets/Styles/GUIBoxFocus.tres b/Assets/Styles/GUIBoxFocus.tres new file mode 100644 index 0000000..4681f62 --- /dev/null +++ b/Assets/Styles/GUIBoxFocus.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 8.0 +content_margin_bottom = 8.0 +bg_color = Color( 0, 0, 0, 0.627451 ) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 |
