From 42c1b2b9f5c900647fdffa3eba33c95fd5a878c6 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 28 May 2020 19:02:49 +0200 Subject: [PATCH] add shadow for panel --- assets/taqin_theme.tres | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/taqin_theme.tres b/assets/taqin_theme.tres index b590120..a4aef28 100644 --- a/assets/taqin_theme.tres +++ b/assets/taqin_theme.tres @@ -25,6 +25,8 @@ corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 corner_radius_bottom_left = 4 +shadow_size = 5 +shadow_offset = Vector2( 0, 5 ) [resource] default_font = ExtResource( 1 )