Topic was automatically imported from the old Question2Answer platform.
Asked By
ZeraPlay
Hello, I’,m pretty new to video game creation and I would like to know how to make, as the title says, menus in Godot 3D. For example, menus titled ‘‘New Game’’, ‘‘Options’’, and ‘‘Exit Game’’ when the game starts.
Thanks in advance.
I recommend you start by learning about how interfaces are created in the engine. Then learn how to connect the UI parts in code. These tutorials should give you an idea of how to lay out and implement those scenes. I would also recommend learning about designing the UI in case you get stuck on something (e.g. how to align the UI widgets).