mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[Export] Allow using ICU data from export templates instead of editor embedded data.
This commit is contained in:
parent
4cf02312f6
commit
3d60ce9389
9 changed files with 65 additions and 50 deletions
|
|
@ -2528,7 +2528,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
}
|
||||
}
|
||||
|
||||
GLOBAL_DEF("internationalization/locale/include_text_server_data", false);
|
||||
GLOBAL_DEF_BASIC("internationalization/locale/include_text_server_data", false);
|
||||
|
||||
OS::get_singleton()->_allow_hidpi = GLOBAL_DEF("display/window/dpi/allow_hidpi", true);
|
||||
OS::get_singleton()->_allow_layered = GLOBAL_DEF("display/window/per_pixel_transparency/allowed", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue