You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code in this template shows a bouncing Phaser logo on a background image.
But the logo.png file in located in src/assets ? Shouldn't it be moved to public/assets where the background bg.jpg file is also located? Or is there a reason that I'm missing for it to be in a separate folder?
I mean I see there is a difference, after I run npm run build the logo becomes dist\18a7191678e558c5519c3e330eff5f85.png (?) but I guess I don't quite understand the advantage of this above just putting it in the public/assets folder.
The text was updated successfully, but these errors were encountered:
The example code in this template shows a bouncing Phaser logo on a background image.
But the
logo.png
file in located insrc/assets
? Shouldn't it be moved topublic/assets
where the backgroundbg.jpg
file is also located? Or is there a reason that I'm missing for it to be in a separate folder?I mean I see there is a difference, after I run
npm run build
the logo becomesdist\18a7191678e558c5519c3e330eff5f85.png
(?) but I guess I don't quite understand the advantage of this above just putting it in thepublic/assets
folder.The text was updated successfully, but these errors were encountered: