From f3c50714834d2d5cb204625c63aaeffb50bef236 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 22 May 2022 23:56:37 +0200 Subject: gui: set up a global theme --- Assets/Styles/GUIBoxFocus.tres | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Assets/Styles/GUIBoxFocus.tres (limited to 'Assets/Styles/GUIBoxFocus.tres') 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 -- cgit v1.2.3