Add 'GamePlay' game state
authorMegaBrutal <code+git@megabrutal.com>
Tue, 2 Jan 2018 19:05:00 +0000 (20:05 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Tue, 2 Jan 2018 19:05:00 +0000 (20:05 +0100)
commit238b09df43c9772cd33c469b837edad3c9ca7955
treee63f3f66bfaa73a5cda6038778d2fb29ed73e0b7
parentb69fd06095d7d61ccbcd237298aeb306331991c3
Add 'GamePlay' game state

This commit prepares the source code to use Phaser game states.
A default game state is already added. The main game functions
(preload, create, update) were moved into this game state.

This was necessary to add a Game Over state later.

modified:   ld40.js
ld40.js