1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-01 03:15:53 +00:00
Funkin/source/funkin/graphics/ScriptedFunkinSprite.hx

9 lines
272 B
Haxe
Raw Permalink Normal View History

2025-01-23 03:27:05 +00:00
package funkin.graphics;
2024-02-12 21:50:18 +00:00
/**
2024-09-08 21:48:48 +00:00
* A script that can be tied to a FunkinSprite.
* Create a scripted class that extends FunkinSprite to use this.
2024-02-12 21:50:18 +00:00
*/
@:hscriptClass
2025-01-23 03:27:05 +00:00
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements polymod.hscript.HScriptedClass {}