diff options
Diffstat (limited to 'Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres')
-rw-r--r-- | Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres b/Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres new file mode 100644 index 0000000..07489b4 --- /dev/null +++ b/Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://dkv1pl1c1dq6"] + +[resource] +content_margin_left = 15.0 +content_margin_top = 15.0 +content_margin_right = 15.0 +content_margin_bottom = 15.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 |