This commit is contained in:
2024-09-02 23:44:35 -04:00
parent 2d1fb78ab8
commit d58570f646
4 changed files with 39 additions and 8 deletions

2
.vscode/launch.json vendored
View File

@@ -12,7 +12,7 @@
"name": "Debug",
"program": "${workspaceRoot}/target/debug/phos.exe",
"args": [],
"cwd": "${workspaceRoot}/target/debug",
"cwd": "${workspaceRoot}/game/main",
"preLaunchTask": "Build",
// "environment": [
// {