aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorFlenk008 <frenk_0_0@hotmail.com>2023-03-13 13:24:44 +0100
committerFlenk008 <frenk_0_0@hotmail.com>2023-03-13 13:24:44 +0100
commite47f7fa198229b8598b8ab03ef8b2483f7c685bc (patch)
treeb3b772e0fc396aa7d09d8581c61d68b963394ac4 /.vscode/launch.json
parent19bc4a3a13d17422cfa9b2a9fcede95d4c83e822 (diff)
Background collision
Added background collision for player and other entities. Added gravity and jump functionailty
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 2f7561c..4ff91bb 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,7 +12,7 @@
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
- "preLaunchTask": "client/build",
+ "preLaunchTask": "build",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",