1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 19:33:36 +00:00
Funkin/source/funkin/ui/freeplay/ScriptedFreeplayStyle.hx

10 lines
343 B
Haxe
Raw Normal View History

2024-08-29 23:55:24 +00:00
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 {}