Skip to content

Commit

Permalink
Update ScriptedFunkinSprite.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof authored Sep 8, 2024
1 parent 9b483de commit 16905c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/modding/base/ScriptedFunkinSprite.hx
Original file line number Diff line number Diff line change
@@ -1,8 +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.
* A script that can be tied to a FunkinSprite.
* Create a scripted class that extends FunkinSprite to use this.
*/
@:hscriptClass
class ScriptedFunkinSprite extends funkin.graphics.FunkinSprite implements HScriptedClass {}

0 comments on commit 16905c8

Please sign in to comment.