Add scripted FunkinSprite

This commit is contained in:
EliteMasterEric 2024-02-12 16:50:18 -05:00
parent c9ff35ab12
commit 60cde55950
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package funkin.modding.base;
/**
* A script that can be tied to an FlxSprite.
* Create a scripted class that extends FlxSprite to use this.
*/
@:hscriptClass
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements HScriptedClass {}