FlxBasic allowing you to disable those elements from the parent state while this substate is opened - Tweens - Camera Movement - Timers - Sounds
To use, add add(new FunkinParentDisabler());
after super.create();
in your create
function.
FlxBasic allowing you to disable those elements from the parent state while this substate is opened - Tweens - Camera Movement - Timers - Sounds
To use, add add(new FunkinParentDisabler());
after super.create();
in your create
function.