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

8
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"program": "${workspaceFolder}/out/build/linux-debug/bin/Debug/snivy",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/out/build/linux-debug",
"cwd": "${workspaceFolder}/out/build/linux-debug/bin/Debug",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
@@ -27,7 +27,7 @@
"windows": {
"type": "cppvsdbg",
"program": "${workspaceFolder}/out/build/x64-Debug/bin/Debug/snivy.exe",
"cwd": "${workspaceFolder}/out/build/x64-Debug"
"cwd": "${workspaceFolder}/out/build/x64-Debug/bin/Debug"
}
},
{
@@ -38,7 +38,7 @@
"preLaunchTask": "cmake: build release",
"program": "${workspaceFolder}/out/build/linux-release/bin/Release/snivy",
"args": [],
"cwd": "${workspaceFolder}/out/build/linux-release",
"cwd": "${workspaceFolder}/out/build/linux-release/bin/Release",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
@@ -46,7 +46,7 @@
"windows": {
"type": "cppvsdbg",
"program": "${workspaceFolder}/out/build/x64-Release/bin/Release/snivy.exe",
"cwd": "${workspaceFolder}/out/build/x64-Release"
"cwd": "${workspaceFolder}/out/build/x64-Release/bin/Release"
}
},
{