A simple game template for making Godot games
This is a simple template for a game with menus enabled to allow the following:
- Exiting the Game
- Showing Credits
- Modifying Settings
- Pausing the Game
Three main types of people:
- Anyone learning Godot
- Anyone taking part in a Gam Jam and wanting to focus on the game and not menus
- Anyone lazy who doesn't want to write code (me me me!)
Basic settings that most games need:
- Music Volume
- Effects Volume
- Dialog Volume
NB: The template includes audio buses for these 3 common audio types, you can easily add or remove buses as needed
- Fullscreen Toggle
- MSAA setting
These are just to get you started, you can add more
- Remap keybindings for up, down, left and right
NB: This is based off a YouTube tutorial by Gonkee. It is extensible and you can easily add you own key mappings