summaryrefslogtreecommitdiff
path: root/game/states/boot.js
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2014-05-22 07:50:56 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2014-05-23 14:13:47 +0200
commitf58ea140ae6d6f0038e429ee47319ad3c9a74de1 (patch)
tree774f3a2c5f2c0cee5437bfb555c6476d7af23e6e /game/states/boot.js
parent507541065c5e39e2259c5a1f300491f3e388c426 (diff)
Added turn mechanic to game
re #10
Diffstat (limited to 'game/states/boot.js')
-rw-r--r--game/states/boot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/states/boot.js b/game/states/boot.js
index 91cbb25..80b7d4b 100644
--- a/game/states/boot.js
+++ b/game/states/boot.js
@@ -5,7 +5,7 @@ function Boot() {
Boot.prototype = {
preload: function() {
- this.load.image('preloader', 'assets/preloader.gif');
+ this.load.image('preloader', 'assets/images/preloader.gif');
},
create: function() {
this.game.input.maxPointers = 1;