File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# SimpleTemplateMainMenu
2- Simple main menu template for Godot 4
2+
3+ Simple main menu template for Godot 4
4+
5+ The default play scene includes a white box that can be moved with W, A, S, D.
6+
7+ Features:
8+
9+ - A basic start menu with Play, Options, and Quit buttons.
10+ - A basic options menu with three tabs:
11+ - Video tab: Fullscreen, Borderless, Vsync
12+ - Music tab: Master, Music, Sound Effects
13+ - Control tab: Up, Down, Left, Right
14+ - A sample control testing scene (Press the Play button in the start menu)
15+ - An auto-loaded Scene Manager
16+ - Persistence (Not available in the web build)
17+ - An auto-loaded Audio Manager
18+ - Support for keyboard-only control (grab-focus in every menu)
19+
20+ PS:
21+
22+ - Persistence and Scene Manager are both located in Utilities.
23+ - Persistence is not enabled by default; set it in Utilities.gd using is_persistence."
24+
25+ Credits:
26+ - [ Minimalistic UI Theme for Godot Games] ( https://itch.io/queue/c/1473270/themes-for-godot-games?game_id=1091572 )
27+ - [ Cubic-11 font] ( https://github.com/ACh-K/Cubic-11 )
28+ - [ Universal UI/Menu Soundpack] ( https://ellr.itch.io/universal-ui-soundpack )
29+ - [ Music Loop Bundle] ( https://tallbeard.itch.io/music-loop-bundle )
You can’t perform that action at this time.
0 commit comments