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:
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user