From 6503e483766d3a4e1907ecd9b69e7db4e86e7cb6 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 12:43:37 +0200 Subject: gui: set up new default theme --- Assets/Styles/GUIBoxDisabled.tres | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Assets/Styles/GUIBoxDisabled.tres (limited to 'Assets/Styles/GUIBoxDisabled.tres') diff --git a/Assets/Styles/GUIBoxDisabled.tres b/Assets/Styles/GUIBoxDisabled.tres deleted file mode 100644 index 81e3687..0000000 --- a/Assets/Styles/GUIBoxDisabled.tres +++ /dev/null @@ -1,12 +0,0 @@ -[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.1, 0.1, 0.1, 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