Main menu and interface
IsabelleK
Member, Sous Chef Posts: 2,807
Hello, could you please tell me, how to add main menu and interface to a game?
1. Should I put main menu elements in the first scene, or there is some other way to do that?
2. And what about interface? I'm making adventure point&click game, and each background (like: room, cabinet, corridor etc.) is on a different scene. I don't know how to add interface (like: inventory etc.) - should I add it to every scene, or there is a way to put interface only once, and it will be avaiable to every scene in the game?
Thank you for your replies and help.
1. Should I put main menu elements in the first scene, or there is some other way to do that?
2. And what about interface? I'm making adventure point&click game, and each background (like: room, cabinet, corridor etc.) is on a different scene. I don't know how to add interface (like: inventory etc.) - should I add it to every scene, or there is a way to put interface only once, and it will be avaiable to every scene in the game?
Thank you for your replies and help.
Comments
2. If you implement your desired interface into a scene at the start of your project, you can then copy this scene and make amendments for each screen of your game.
// red.