You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Fix tests warning line break project setting
This commit is contained in:
@@ -2357,6 +2357,8 @@ TextServer::TextServer() {
|
||||
GLOBAL_DEF_RST("gui/theme/default_font_generate_mipmaps", false);
|
||||
|
||||
GLOBAL_DEF(PropertyInfo(Variant::INT, "gui/theme/lcd_subpixel_layout", PROPERTY_HINT_ENUM, "Disabled,Horizontal RGB,Horizontal BGR,Vertical RGB,Vertical BGR"), 1);
|
||||
GLOBAL_DEF_BASIC("internationalization/locale/include_text_server_data", false);
|
||||
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "internationalization/locale/line_breaking_strictness", PROPERTY_HINT_ENUM, "Auto,Loose,Normal,Strict"), 0);
|
||||
|
||||
_init_diacritics_map();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user