feat: file-based config system + fix dashboard background rendering

This commit is contained in:
Eric Smith 2026-05-20 22:28:46 -04:00
parent c026c74af2
commit c6bc1edda4
7 changed files with 97 additions and 20 deletions

3
.gitignore vendored
View file

@ -15,6 +15,9 @@ godot_temp_*
*.swo
*~
# Config — user overrides, not committed
config/config.json
# OS
.DS_Store
Thumbs.db