1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/funkin/play/notes/notestyle/ScriptedNoteStyle.hx

10 lines
351 B
Haxe
Raw 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 {}