tried and failed to use convex colliders
This commit is contained in:
2024-04-30 22:35:23 -04:00
parent 55226f0181
commit a933ef791b
8 changed files with 297 additions and 272 deletions

8
.vscode/launch.json vendored
View File

@@ -13,7 +13,13 @@
"program": "${workspaceRoot}/target/debug/phos.exe",
"args": [],
"cwd": "${workspaceRoot}/target/debug",
"preLaunchTask": "Build"
"preLaunchTask": "Build",
// "environment": [
// {
// "name": "RUST_BACKTRACE",
// "value": "1"
// }
// ]
}
]
}