Is there an easy way to set up a loading screen in wade?
Currently I'm doing this in my init function (after loading the loading screen assets in my load function), then I load the actual game assets and use wade.setGlobalLoadingCallback to call a function when it's finished loading.
It works, but it seems to me that there should be an easier way, it's such a common task!