1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00
Funkin/source/funkin/ui/story/ScriptedLevel.hx
2023-05-16 22:09:53 -04:00

10 lines
336 B
Haxe

package funkin.ui.story;
/**
* A script that can be tied to a Level, which persists across states.
* Create a scripted class that extends Level to use this.
* This allows you to customize how a specific level appears.
*/
@:hscriptClass
class ScriptedLevel extends funkin.ui.story.Level implements polymod.hscript.HScriptedClass {}