1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-07-14 22:25:49 +00:00

Add scripted FunkinSprite

This commit is contained in:
EliteMasterEric 2024-02-12 16:50:18 -05:00
parent c9ff35ab12
commit 60cde55950

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 {}