Hello everyone!
I was been working on an idleRPG game for a long time, in which the player develops his character, gains items and, as it happens in idle games, becomes stronger with every hour spent in the game.
I've already done a lot of work, and the game is starting to look right. So it's time to work on changing the character's location, for example going from sewers to shelter, and then the player can choose the location they want to move to again.
And here is where the problem arose, and I have no idea how to solve it.
When changing the location (layout), the player loses all progress. Lose hiss statistics, items etc.
working on layouts, things like equipment, player stats are in separate layouts, the player by pressing/clicking the appropriate button brings them to his screen.
Now my question is, is it possible to fix this somehow at this stage, or will I have to create the game from scratch in a different way?