Good morning!
I've a (really probably) noob question.
I have to preload all the file in one folder and its subfolder.
If I know before the upload all the stuff stored in these folders I can easly do it with
game.load.images([keys], [urls?]);
or
game.load.pack(key, url?, data?, callbackContext?);
but if I don't want to edit multiple times the string or json file (in example to have the same code valid for multiple projects or if I have some stuff now and in the future a lot more), there is a way to do it?
I've google for a while finding nothing for Phaser, nor Typescript nor JavaScript.
Thanks to whoever can help me! :-)