A core class which provides a store of user-configurable, globally relevant values.
Static variables
staticautoPause:Bool
If enabled, the game will automatically pause when tabbing out. Always enabled on mobile.
staticdebugDisplay:DebugDisplayMode
If enabled, an FPS and memory counter will be displayed even if this is not a debug build. Always disabled on release mobile builds.
staticflashingLights:Bool
If disabled, flashing lights in the main menu and other areas will be less intense.
staticpreviewOnSave:Bool
If enabled, the game will show the preview only after a screenshot is saved.
staticstrumlineBackgroundOpacity:Int
If >0, the game will display a semi-opaque background under the notes.
0 for no background, 100 for solid black if you're freaky like that
staticvsyncMode:WindowVSyncMode
If enabled, the game will utilize VSync (or adaptive VSync) on startup.