Make it easy to change name of game later on, savegame will still use Whiskerbound to not break stuff though

This commit is contained in:
2026-04-19 07:55:11 -04:00
parent 7db1286694
commit 6834d2c1af
4 changed files with 12 additions and 11 deletions

14
.vscode/settings.json vendored
View File

@@ -1,11 +1,11 @@
{
"files.exclude": {
".gitignore": false,
"LICENSE": false,
"README.md": false,
".vscode/": false,
".venv/": false,
".ruff_cache/": false,
"*/__pycache__/": false
".gitignore": true,
"LICENSE": true,
"README.md": true,
".vscode/": true,
".venv/": true,
".ruff_cache/": true,
"*/__pycache__/": true
}
}