A class representing the data for a style of the Freeplay menu.

Constructor

new(id:String, ?params:Dynamic)

The full data for a freeplay style.

Variables

finalid:String

Methods

destroy():Void

getBgAssetGraphic():FlxGraphic

Get the background art as a graphic, ready to apply to a sprite.

Returns:

The built graphic

getBgAssetKey():String

Get the asset key for the background.

Returns:

The asset key

getCapsuleAssetKey():String

Get the asset key for the number assets.

Returns:

The asset key

getCapsuleDeselCol():FlxColor

Return the deselected color of the text outline for freeplay capsules.

Returns:

The deselected color

getCapsuleSelCol():FlxColor

Return the selected color of the text outline for freeplay capsules.

Returns:

The selected color

getNumbersAssetKey():String

Get the asset key for the capsule art.

Returns:

The asset key

getSelectorAssetKey():String

Get the asset key for the background.

Returns:

The asset key

getStartDelay():Float

Return the song selection transition delay.

Returns:

The start delay

toString():String