summaryrefslogtreecommitdiff
path: root/game/main.js
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-09-21 09:34:57 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-09-21 09:34:57 +0200
commitc2ea805dfa4a3494ccc8b38eb609d3167e60c2f0 (patch)
tree1ed2725707a7923d42960068ea6006d4c5ee05c2 /game/main.js
parent373e5f472f829714939103617cfe14e98d981b18 (diff)
Updated readme
Diffstat (limited to 'game/main.js')
-rw-r--r--game/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/main.js b/game/main.js
index 16071ff..d72ec04 100644
--- a/game/main.js
+++ b/game/main.js
@@ -7,6 +7,5 @@ window.onload = function () {
game.state.add('load', require('./states/load'));
game.state.add('play', require('./states/play'));
-
game.state.start('boot');
}; \ No newline at end of file