Skip to content

Commit f80e596

Browse files
committed
Fixed filename phaserjs#2195
1 parent cd68f9f commit f80e596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resources/Project Templates/Full Screen Mobile/src

resources/Project Templates/Full Screen Mobile/src/Boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ BasicGame.Boot.prototype = {
4646

4747
// Here we load the assets required for our preloader (in this case a background and a loading bar)
4848
this.load.image('preloaderBackground', 'images/preloader_background.jpg');
49-
this.load.image('preloaderBar', 'images/preloadr_bar.png');
49+
this.load.image('preloaderBar', 'images/preloader_bar.png');
5050

5151
},
5252

0 commit comments

Comments
 (0)