mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
abot in progresss
This commit is contained in:
parent
4629702634
commit
4815bed2cb
1 changed files with 8 additions and 0 deletions
8
source/funkin/modding/base/ScriptedFlxAtlasSprite.hx
Normal file
8
source/funkin/modding/base/ScriptedFlxAtlasSprite.hx
Normal file
|
@ -0,0 +1,8 @@
|
|||
package funkin.modding.base;
|
||||
|
||||
/**
|
||||
* A script that can be tied to an FlxAtlasSprite
|
||||
* Create a scripted class that extends FlxAtlasSprite to use this.
|
||||
*/
|
||||
@:hscriptClass
|
||||
class ScriptedFlxAtlasSprite extends funkin.graphics.adobeanimate.FlxAtlasSprite implements HScriptedClass {}
|
Loading…
Reference in a new issue