[SOLVED] Use the same Player object across scenes

I need:

this.player = new Player(this, 400, this.stoneGround.y - 80, "player1");

In my opening scene, to be re-used in every scene after. The RPG elements in my game won’t allow me to create a new player each level because my player must keep its state and all of the new values it obtains from level to level