mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-20 09:21:27 +00:00
Fix up more credits
This commit is contained in:
parent
6fc5e8cc2f
commit
a243b167b2
|
@ -24,7 +24,7 @@ import funkin.util.MathUtil;
|
||||||
* - i.e. `PlayState.instance.iconP1.playAnimation("losing")`
|
* - i.e. `PlayState.instance.iconP1.playAnimation("losing")`
|
||||||
* - Scripts can also utilize all functionality that a normal FlxSprite would have access to, such as adding supplimental animations.
|
* - Scripts can also utilize all functionality that a normal FlxSprite would have access to, such as adding supplimental animations.
|
||||||
* - i.e. `PlayState.instance.iconP1.animation.addByPrefix("jumpscare", "jumpscare", 24, false);`
|
* - i.e. `PlayState.instance.iconP1.animation.addByPrefix("jumpscare", "jumpscare", 24, false);`
|
||||||
* @author MasterEric
|
* @author EliteMasterEric
|
||||||
*/
|
*/
|
||||||
@:nullSafety
|
@:nullSafety
|
||||||
class HealthIcon extends FunkinSprite
|
class HealthIcon extends FunkinSprite
|
||||||
|
|
|
@ -137,7 +137,7 @@ using Lambda;
|
||||||
*
|
*
|
||||||
* Some functionality is split into handler classes to help maintain my sanity.
|
* Some functionality is split into handler classes to help maintain my sanity.
|
||||||
*
|
*
|
||||||
* @author MasterEric
|
* @author EliteMasterEric
|
||||||
*/
|
*/
|
||||||
// @:nullSafety
|
// @:nullSafety
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue