mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-12 01:01:07 -05:00
9 lines
343 B
Haxe
9 lines
343 B
Haxe
package funkin.ui.freeplay;
|
|
|
|
/**
|
|
* A script that can be tied to a Freeplay style.
|
|
* Create a scripted class that extends FreeplayStyle to use this.
|
|
* This allows you to customize how a specific style works.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedFreeplayStyle extends funkin.ui.freeplay.FreeplayStyle implements polymod.hscript.HScriptedClass {}
|