Just last little bits of polish
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 03:19:49 -05:00
parent 45ee9a7d11
commit f594ba3889
16 changed files with 128 additions and 33 deletions

6
.vscode/tasks.json vendored
View File

@@ -61,6 +61,9 @@
"linux": {
"command": "${workspaceFolder}/out/build/linux-debug/bin/Debug/snivy"
},
"options": {
"cwd": "${workspaceFolder}/out/build/linux-debug/bin/Debug"
},
"windows": {
"command": "echo \"linux: run debug is Linux-only\" && exit 1"
},
@@ -73,6 +76,9 @@
"linux": {
"command": "${workspaceFolder}/out/build/linux-release/bin/Release/snivy"
},
"options": {
"cwd": "${workspaceFolder}/out/build/linux-release/bin/Release"
},
"windows": {
"command": "echo \"linux: run release is Linux-only\" && exit 1"
},