From f58ea140ae6d6f0038e429ee47319ad3c9a74de1 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 22 May 2014 07:50:56 +0200 Subject: Added turn mechanic to game re #10 --- game/states/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/states/boot.js') 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; -- cgit v1.2.3