View source
class FunkinSprite
package funkin.backend
extends FlxSkewedSprite
implements IXMLEvents, IOffsetCompatible, IBeatReceiver
extended by DialogueBox, DialogueCharacter, Character, HealthIcon
Static methods
View in GitHub
staticcopyFrom(source:FlxSprite):FunkinSprite
Gets the graphics and copies other properties from another sprite (Works both for FlxSprite
and FunkinSprite
!).
Constructor
Variables
Methods
View in GitHub
inlineaddAnim(name:String, prefix:String, frameRate:Float = 24, ?looped:Bool, ?forced:Bool, ?indices:Array<Int>, x:Float = 0, y:Float = 0, animType:XMLAnimType = NONE):ErrorCode
View in GitHub