Skip to content

Commit 4ffd164

Browse files
authored
add flags to default imports (#782)
1 parent b87c206 commit 4ffd164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/funkin/backend/scripting/Script.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class Script extends FlxBasic implements IFlxDestroyable {
9494
"FlxAnimate" => funkin.backend.FlxAnimate,
9595
"FunkinSprite" => funkin.backend.FunkinSprite,
9696
"Alphabet" => funkin.menus.ui.Alphabet,
97+
"Flags" => backend.system.Flags,
9798

9899
"CoolUtil" => funkin.backend.utils.CoolUtil,
99100
"IniUtil" => funkin.backend.utils.IniUtil,

0 commit comments

Comments
 (0)