mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Fixed filename #2195
This commit is contained in:
parent
cd68f9f9cd
commit
f80e5968b9
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue