RetroFont.TEXT_SET6

[static] TEXT_SET6 : string Text Set 6 = ABCDEFGHIJKLMNOPQRSTUVWXYZ!?:;0123456789"(),-.' Source code: gameobjects/RetroFont.js (Line 238)

global#LINE

<constant> LINE : integer Game Object type. Source code: Phaser.js (Line 255)

Camera#onFadeComplete

onFadeComplete : Phaser.Signal This signal is dispatched when the camera fade effect completes.When the fade effect completes you will be left with the screen black (or whatevercolor you faded to). In order to reset this call Camera.resetFX. This is calledautomatically when you change State. Source code: core/Camera.js (Line 128)

Signal#dispatch()

dispatch(params) Dispatch / broadcast the event to all listeners. To create an instance-bound dispatch for this Signal, use boundDispatch. Parameters Name Type Argument Description params any <optional> Parameters that should be passed to each handler. Source code: core/Signal.js (Line 395)

global#CENTER

<constant> CENTER : integer A constant representing a center alignment or position. Source code: Phaser.js (Line 430)

global#VERSION

<constant> VERSION : string The Phaser version number. Source code: Phaser.js (Line 17)

global#RETROFONT

<constant> RETROFONT : integer Game Object type. Source code: Phaser.js (Line 220)

Tilemap#debugMap

debugMap :array Map data used for debug values only. Source code: tilemap/Tilemap.js (Line 150)

Game#camera

camera : Phaser.Camera A handy reference to world.camera. Source code: core/Game.js (Line 241)

Keyboard#lastKey

[readonly] lastKey : Phaser.Key Returns the most recently pressed Key. This is a Phaser.Key object and it changes every time a key is pressed. Source code: input/Keyboard.js (Line 576)