|
|
|
@ -27,6 +27,7 @@
|
|
|
|
<kind>1</kind>
|
|
|
|
<kind>1</kind>
|
|
|
|
<string>alarm[0] = 180;
|
|
|
|
<string>alarm[0] = 180;
|
|
|
|
txt = get_text("Title", "ControllerRecommended");
|
|
|
|
txt = get_text("Title", "ControllerRecommended");
|
|
|
|
|
|
|
|
// If on Linux, quickly toggle fullscreen to get rid of GM:S mess. Seemed to be the best place to do that.
|
|
|
|
if (os_type == os_linux && global.opfullscreen) {
|
|
|
|
if (os_type == os_linux && global.opfullscreen) {
|
|
|
|
window_set_fullscreen(false);
|
|
|
|
window_set_fullscreen(false);
|
|
|
|
window_set_fullscreen(true);
|
|
|
|
window_set_fullscreen(true);
|
|
|
|
|