Godot Version
Godot_v4.5-stable_win64.exe
Question
The game is a 2D mobile game that has a pet house feature. You are provided with your first ‘room’ and have the option to purchase another ‘room’ which you can access by swiping left(/right). You can decorate each room with furnitures, and each room holds the pet you place in them etc. So each room is basically customizable. The first idea was to instance a premade room tscn with its scripts and signals etc to an hboxcontainer on the pet house scene but I’m not sure on how to make each room keep the customizations made on them (furnitures placed and its position in the room, the specific pets that should be in the room, wallpapers, etc). Will they be stored and controlled in a resource file somehow? or maybe each new room instanced is saved as it’s own new scene?
I’m a noob in game dev and I’d like to know things like any standardized ways or maybe some features in godot I’m not aware of (many) and if there’s just any suggestions on how I could make this work, thanks!