[MAP STATE] Screen that shows the 4 generated levels in a map (and the level where the player is currently in).
Methods
(static) create()
Main code
(static) loadGame()
Calls game state
(static) onInputDown(mouseEvent)
Called by mouse click event
Parameters:
Name | Type | Description |
---|---|---|
mouseEvent |
object | contains the mouse click coordinates |
(static) onInputOver(mouseEvent)
Called by mouse move event
Parameters:
Name | Type | Description |
---|---|---|
mouseEvent |
object | contains the mouse move coordinates |
(static) update()
Game loop