Hello, in my game when you click on a portrait (choose your character out of the 4 possible characters) you go to the gameplay layout - what's the best way to spawn an image of the portrait that was clicked on in that new layout as well?
Develop games in your browser. Powerful, performant & highly capable.
As an update for anyone else wondering about this, a Global Variable was the way I've implemented this; might not be the most effective way, but it works.