// placeholder if NTA ever adds this in the game. // or i could do it by myself via dll modifying. { menuDef { name "settings_quick_oneflag" rect 0 0 640 480 0 0 style 1 forecolor 1 1 1 1 focuscolor 1 1 1 1 fullscreen 1 fadeCycle 1 fadeClamp 1 fadeAmount 0.1 soundLoop "music_mainmenu_mp" onOpen { focusfirst; } onEsc { close "settings_quick_oneflag"; } } }