Stage variables

These are the values that are editable in stage files. The title screen uses a stage named "_FnfTitle.json"

charPosition (Array>)

Array of the character positions. Player is first, then opponent, then girlfriend, then extra characters.

defaultCamZoom (Float)

The camera's default zoom.

charZoom (Array>)

Array of camera zoom value per character

elementsFront (Array<StageElement>)

Data of stage elements that should show in front of characters.

elementsBetween (Array<StageElement>)

Data of stage elements that should show in front of girlfriend, but behind other characters.

elementsBack (Array<StageElement>)

Data of stage elements that should show behind of players.

animFollowup (Array<Array<String>>)

Arrays with 2 strings. The first string is the name of an animation and the second is the name of what animation should be played next.

cameraOffset (Array<Array<Float>>)

Array of camera position offsets per character slot.

hide_girlfriend (Bool)

Set to true to make girlfriend invisible.

charFacing (Array<Int>)

Array of character slots that should face left.