diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-04-22 16:34:25 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-04-22 16:34:25 +0200 |
commit | c8a316e4b8987dad963656a34665fa0e23dedcb1 (patch) | |
tree | 569af4b4f37d21079b6aedfad5164e94b50b6cb8 /Dialogs/VisualNovelTextbox/vn_textbox_default_panel.tres | |
parent | f27937e6e9b6a7146dd09fc711d2d293ecf5abbf (diff) |
update
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 |