summaryrefslogtreecommitdiff
path: root/game/states/boot.js
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-09-24 16:13:27 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-09-24 16:13:27 +0200
commit1eabe62fcf61001a10b1965da0cf3a4ae741a25b (patch)
tree503fc641b0de3341188d3764235a1a8c13e4edd9 /game/states/boot.js
parentc508e9ef283a4069ea1af923ca1a241d2c954a1e (diff)
Removed unused images
Diffstat (limited to 'game/states/boot.js')
-rw-r--r--game/states/boot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/states/boot.js b/game/states/boot.js
index eade2ff..c8eef8f 100644
--- a/game/states/boot.js
+++ b/game/states/boot.js
@@ -8,7 +8,6 @@ Boot.prototype = {
this.load.image('preloader', 'assets/images/preloader.gif');
},
create: function() {
- this.game.input.maxPointers = 1;
this.game.state.start('load');
}
};