You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix Label and RichTextLabale text shadows and shadow outlines.
This commit is contained in:
@@ -249,7 +249,7 @@ TextureLayeredEditor::TextureLayeredEditor() {
|
||||
info->set_v_grow_direction(GROW_DIRECTION_BEGIN);
|
||||
info->add_theme_color_override("font_color", Color(1, 1, 1, 1));
|
||||
info->add_theme_color_override("font_shadow_color", Color(0, 0, 0, 0.5));
|
||||
info->add_theme_constant_override("shadow_as_outline", 1);
|
||||
info->add_theme_constant_override("shadow_outline_size", 1);
|
||||
info->add_theme_constant_override("shadow_offset_x", 2);
|
||||
info->add_theme_constant_override("shadow_offset_y", 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user