diff options
Diffstat (limited to 'client/gui/resources/style/panel_style.tres')
-rw-r--r-- | client/gui/resources/style/panel_style.tres | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/gui/resources/style/panel_style.tres b/client/gui/resources/style/panel_style.tres new file mode 100644 index 00000000..d1f27667 --- /dev/null +++ b/client/gui/resources/style/panel_style.tres @@ -0,0 +1,8 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://bcd4xcvtv7tws"] + +[resource] +bg_color = Color(0, 0, 0, 0.6) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 |