I'm doing a spaceship game. My idea is that I can create a layout that would simulate a workshop where the player can change the properties of the ship , such as speed and density .
The game is based on physics, and all attributes are now controlled through variables .
This template would allow me? Modify the variables in a layout and use them in another?
Thank you.