Settings Menu Lite's icon

Settings Menu Lite 1.0.0 Tools 4.4 Community

Submitted by user Godot_Forge; MIT; 2026-06-22

A ready-made Settings panel plus a GameSettings autoload that applies the options to the engine and saves them to disk. Drop it into any Godot 4 project — no boilerplate.

Lite covers:
• Master volume
• Fullscreen toggle
• VSync toggle
• Window resolution
• Save / load to disk (user://settings.cfg)

Usage:
GameSettings.set_master_volume(0.5)
GameSettings.set_fullscreen(true)
GameSettings.save_settings()

Or instance the included settings_menu.tscn and listen for its "closed" signal. A demo scene is included.


View files Download Submit an issue Recent Edits