Funkin/source/funkin/play/cutscene/dialogue/ScriptedSpeaker.hx

10 lines
357 B
Haxe
Raw Normal View History

2023-06-16 17:37:56 -04:00
package funkin.play.cutscene.dialogue;
/**
* A script that can be tied to a Speaker.
* Create a scripted class that extends Speaker to use this.
* This allows you to customize how a specific conversation speaker appears.
*/
2023-06-16 17:37:56 -04:00
@:hscriptClass
class ScriptedSpeaker extends funkin.play.cutscene.dialogue.Speaker implements polymod.hscript.HScriptedClass {}