Open
Description
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.
Metadata
Assignees
Labels
No labels
Activity