Search the Community
Showing results for tags 'Loading bar'.
-
Hello devs, I have a little problem I need a progress bar with percentage something like this, I know it had a simple solution but I have no idea how to do it. Thanks.
-
Hello there. Is there a way to add a loading bar/screen, other than the way shown in the resources/Project Templates/basic folder? I constructed my game inside one js file (and ofc the index.html) so inside that js file i have preload, create and update functions. And the "var game=new Phaser.Game(...)" is inside there too. I saw in the example there that i need to divide those functions into separate files. So any other way to do this? I tried to just make a boot.js file like in that example but with no success.