Global

Members

(constant) dataManager

Source:
Properties:
Name Type Description
score number

The game score. Displayed on the overlay.

emitter Phaser.Events.EventEmitter

The global Phaser.Events.EventEmitter instance for cross scene and global communication.

ClubCrawler.Types.SettingsConfig

The game settings object.

sfxVolume number

The sound effect volume (not currently working)

musicVolume number

The music volume (not currently working)

debug ClubCrawler.Types.DebugConfig

Debug settings.

changeScore function

Called to change player score.

changeHealth function

Called to change player health.

log function

Called to log debug data if debug is active.

uiManager ClubCrawler.DOMUserInterface.DOMUIManager

The user interface manager

Fires: