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/c_cpp_properties.json | |
| parent | 19bc4a3a13d17422cfa9b2a9fcede95d4c83e822 (diff) | |
Background collision
Added background collision for player and other entities. Added gravity and jump functionailty
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 51f5ad0..3a0c430 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -2,7 +2,8 @@ "configurations": [ { "name": "src", - "compileCommands": "${workspaceFolder}/src/compile_commands.json" + "compileCommands": "${workspaceFolder}/src/compile_commands.json", + "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4 |