As levels get more complex and include assets from more different URLs, they will take longer to load. Need to show player something is happening so they know page isn't frozen.
Implementation-wise, I want basically a basket that I can just throw lots of URLs into, and it will load all of them while updating a progress bar, and then notify the main game loop to start once all assets are loaded.
As levels get more complex and include assets from more different URLs, they will take longer to load. Need to show player something is happening so they know page isn't frozen.
Implementation-wise, I want basically a basket that I can just throw lots of URLs into, and it will load all of them while updating a progress bar, and then notify the main game loop to start once all assets are loaded.