Design the user interface using Godot UI layouts. It uses the art created in the User Interface Design lab.
The lab Interface Sounds goes over adding sounds to the interface.
1. Setup
- Use your game project or download the Default Project Template
- Download the Assets folder if needed
- Import the sprite sheets created in User Interface Design lab
- Delete the existing
StartMenu.tscn
,Instructions.tscn
,GameOver.tscn
andYouWin.tscn
scene files, we’ll build them from scratch
2. Start Menu
- We’re going to rebuild this scene from scratch to go over layout basics
- Start with a Control node, this is the default node for Godot UI
- Continue building the scene using UI Graphics, Containers and Buttons
- We’ll go over some of the basics, you can also explore UI elements in the Godot UI Documentation linked in resources
3. Instructions, Game Over and Win Game
- Duplicate the
StartMenu.tscn
file to create the other UI scenes - Update the graphics, everything else should stay the same
4. Documentation
- Post screen shots of the Godot layouts on Open Lab