Hello all developers!
Today I started making the prototype of my text game, but not being able to make a system that is at the same time simple ends up being complicated…
Following the game image, I placed the house icon, configured it as a button, the intention is that when the player clicks on the house icon, the red screen loads the house scene with its functions. The system I wanted to do would be the main scene, where all the game files will be located, like the entire hud, and when you click on an icon or button it will load another scene, but it would be in the main scene where the red background image would become the another scenario, in this case a sub-scenario system.