Finished Shield + Quality of Life Changes

This commit is contained in:
zbates26 2025-07-29 09:58:55 -04:00
parent 1b0a768603
commit 6e136d9c4e
3 changed files with 36 additions and 69 deletions

14
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Game",
"type": "shell",
"command": "npm start",
"presentation": {
"panel": "shared"
},
"problemMatcher": []
}
]
}