Just finding my feet directly in Phaser3 (no Phaser2 exp) [and indeed this forum! Hello there!]
The sprites created with
this.load.image('sky', 'assets/skies/space3.png');
does the name need to be unique to 'game' or to the 'scene' or not at all? (which i imagine causes problems or is there also a 'spriteID' system too?)