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

6
.vscode/launch.json vendored
View file

@ -4,11 +4,11 @@
{
"type": "pwa-chrome",
"request": "launch",
"name": "Chrome Debug 5179",
"url": "http://localhost:5179",
"name": "Chrome Debug 5173",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/ai_animation/",
"sourceMapPathOverrides": {
"http://localhost:5179/*": "${webRoot}/*"
"http://localhost:5173/*": "${webRoot}/*"
},
"runtimeArgs": [
"--remote-debugging-port=9223"

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": []
}
]
}