diff options
Diffstat (limited to 'Dialogs/panel.tres')
-rw-r--r-- | Dialogs/panel.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Dialogs/panel.tres b/Dialogs/panel.tres new file mode 100644 index 0000000..7f0334e --- /dev/null +++ b/Dialogs/panel.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://dh8pk62vmxdrf"] + +[resource] +content_margin_left = 5.0 +content_margin_top = 5.0 +content_margin_right = 5.0 +content_margin_bottom = 5.0 +bg_color = Color(1, 1, 1, 1) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |