mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-30 18:34:51 +00:00
9 lines
272 B
Haxe
9 lines
272 B
Haxe
package funkin.graphics;
|
|
|
|
/**
|
|
* A script that can be tied to a FunkinSprite.
|
|
* Create a scripted class that extends FunkinSprite to use this.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements polymod.hscript.HScriptedClass {}
|