We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87c206 commit 4ffd164Copy full SHA for 4ffd164
source/funkin/backend/scripting/Script.hx
@@ -94,6 +94,7 @@ class Script extends FlxBasic implements IFlxDestroyable {
94
"FlxAnimate" => funkin.backend.FlxAnimate,
95
"FunkinSprite" => funkin.backend.FunkinSprite,
96
"Alphabet" => funkin.menus.ui.Alphabet,
97
+ "Flags" => backend.system.Flags,
98
99
"CoolUtil" => funkin.backend.utils.CoolUtil,
100
"IniUtil" => funkin.backend.utils.IniUtil,
0 commit comments