Docs
Pause Menu
Pause Menu
Press Esc in runtime to open the pause menu.
Features
- Resume
- Save slots
- Load slots
- Preferences (
text_speed,show_perf) - Quit
Preferences are stored in:
saves/ui_prefs.json
Project Config
project.json:
"ui": {
"pause_menu_enabled": true,
"pause_menu_file": "pause_menu.json",
"pause_menu_slots": 9,
"pause_menu_columns": 3
}
Theme/Layout File
pause_menu_file points to a JSON file in the project root.
Example keys:
title,subtitletitle_font_size,item_font_size,meta_font_sizepanel_widthslot_rows,slot_colscolors(RGBA arrays)buttons(label+action)save_slots(custom slot ids)
Actions:
resumeopen_saveopen_loadopen_prefsquick_savequick_loadquit