funkin.graphics

Friday Night Funkin' API Reference

..
framebuffer
rendering
shaders
video
AtlasSpriteSettings

FlxFilteredSprite

A modified FlxSprite that supports filters. The name's pretty much self-explanatory.

FunkinAnimationController

FunkinCamera

A FlxCamera with additional powerful features: - Grab the camera screen as a BitmapData and use it as a texture - Support sprite.blend = DARKEN/HARDLIGHT/LIGHTEN/OVERLAY to apply visual effects using certain sprites - NOTE: Several other blend modes work without FunkinCamera. Some still do not work. - NOTE: Framerate-independent camera tweening is fixed in Flixel 6.x. Rest in peace, SwagCamera.

FunkinSprite

An FlxSprite with additional functionality. - A more efficient method for creating solid color sprites. - TODO: Better cache handling for textures.

ScriptedFunkinSprite

A script that can be tied to a FunkinSprite. Create a scripted class that extends FunkinSprite to use this.