diff options
author | Markus Törnqvist <mjt@nysv.org> | 2018-04-11 16:08:56 +0300 |
---|---|---|
committer | Markus Törnqvist <mjt@fadgames.com> | 2018-04-12 15:09:48 +0300 |
commit | 1c6ea572ca818562fba51a01e08345d3657142c9 (patch) | |
tree | ae93226e095fa076dd6f1938f125d1f27e7b4cc2 /doc | |
parent | 23fc8ca223acb7a2150a57280a3ddf9abac575e3 (diff) |
Implement font shadows for RichTextLabel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 49bb1aed45..99d3a9a45f 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -319,6 +319,14 @@ </theme_item> <theme_item name="font_color_selected" type="Color"> </theme_item> + <theme_item name="font_color_shadow" type="Color"> + </theme_item> + <theme_item name="shadow_as_outline" type="int"> + </theme_item> + <theme_item name="shadow_offset_x" type="int"> + </theme_item> + <theme_item name="shadow_offset_y" type="int"> + </theme_item> <theme_item name="italics_font" type="Font"> </theme_item> <theme_item name="line_separation" type="int"> |