mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
[3.x] Backport nonexclusive fullscreen mode.
This commit is contained in:
@@ -1082,6 +1082,7 @@ ProjectSettings::ProjectSettings() {
|
||||
GLOBAL_DEF("display/window/size/resizable", true);
|
||||
GLOBAL_DEF("display/window/size/borderless", false);
|
||||
GLOBAL_DEF("display/window/size/fullscreen", false);
|
||||
GLOBAL_DEF("display/window/size/use_nonexclusive_fullscreen", false);
|
||||
GLOBAL_DEF("display/window/size/always_on_top", false);
|
||||
GLOBAL_DEF("display/window/size/test_width", 0);
|
||||
ProjectSettings::get_singleton()->set_custom_property_info("display/window/size/test_width", PropertyInfo(Variant::INT, "display/window/size/test_width", PROPERTY_HINT_RANGE, "0,7680,1,or_greater")); // 8K resolution
|
||||
|
||||
Reference in New Issue
Block a user