mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-15 03:35:18 -05:00
Merge branch 'develop' into fps-setting
This commit is contained in:
commit
598a3bea24
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
package funkin.modding.base;
|
package funkin.modding.base;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A script that can be tied to an FlxSprite.
|
* A script that can be tied to a FunkinSprite.
|
||||||
* Create a scripted class that extends FlxSprite to use this.
|
* Create a scripted class that extends FunkinSprite to use this.
|
||||||
*/
|
*/
|
||||||
@:hscriptClass
|
@:hscriptClass
|
||||||
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements HScriptedClass {}
|
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements HScriptedClass {}
|
||||||
|
|
Loading…
Reference in a new issue