add rounded corner to popup panel

This commit is contained in:
Fabien Freling 2020-05-29 16:55:20 +02:00
parent 42c1b2b9f5
commit e758168757
3 changed files with 18 additions and 5 deletions

View file

@ -21,10 +21,10 @@ border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.12549, 0.235294, 0.337255, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
shadow_size = 5
shadow_offset = Vector2( 0, 5 )