Base stuff for actual game

This commit is contained in:
2026-03-25 18:20:48 -04:00
parent 073624a5ee
commit cf8d0be319
5 changed files with 60 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.exclude": {
".gitignore": true,
"LICENSE": true,
"README.md": true,
".vscode/": true
}
}