Hi,
I’m running multiple scenes, one as the main map and the other as a minimap.
I can’t use the same key to preload an image, or I get “Texture key already in use” error (with Phaser 3.80.0).
I want to preload the exact same image, so I want to use it with the same key, not to load it twice. Now phaser sends two http requests to the same file to load it twice, even if I use the same key.
How can I fix the error and not load the same image twice?