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)
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


No differences found