Fixed filename #2195

This commit is contained in:
Richard Davey 2016-02-01 16:55:56 +00:00
parent cd68f9f9cd
commit f80e5968b9

View file

@ -46,7 +46,7 @@ BasicGame.Boot.prototype = {
// Here we load the assets required for our preloader (in this case a background and a loading bar)
this.load.image('preloaderBackground', 'images/preloader_background.jpg');
this.load.image('preloaderBar', 'images/preloadr_bar.png');
this.load.image('preloaderBar', 'images/preloader_bar.png');
},