From c2ea805dfa4a3494ccc8b38eb609d3167e60c2f0 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 21 Sep 2014 09:34:57 +0200 Subject: Updated readme --- game/main.js | 1 - 1 file changed, 1 deletion(-) (limited to 'game/main.js') 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 -- cgit v1.2.3