diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 13:24:44 +0100 |
---|---|---|
committer | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 13:24:44 +0100 |
commit | e47f7fa198229b8598b8ab03ef8b2483f7c685bc (patch) | |
tree | b3b772e0fc396aa7d09d8581c61d68b963394ac4 /.vscode/launch.json | |
parent | 19bc4a3a13d17422cfa9b2a9fcede95d4c83e822 (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.json | 2 |
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", |