Skip to content

Commit

Permalink
Merge pull request #3139 from AbnormalPoof/patch-1
Browse files Browse the repository at this point in the history
chore: Update ScriptedFunkinSprite.hx
  • Loading branch information
EliteMasterEric authored Sep 18, 2024
2 parents 1fc8354 + 16905c8 commit b03d320
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 b03d320

Please sign in to comment.