1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-08 06:57:44 +00:00
Funkin/source/funkin/play/notes/notestyle/ScriptedNoteStyle.hx

10 lines
351 B
Haxe
Raw Permalink Normal View History

package funkin.play.notes.notestyle;
/**
* A script that can be tied to a NoteStyle.
* Create a scripted class that extends NoteStyle to use this.
* This allows you to customize how a specific note style appears.
*/
@:hscriptClass
class ScriptedNoteStyle extends funkin.play.notes.notestyle.NoteStyle implements polymod.hscript.HScriptedClass {}