aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.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/c_cpp_properties.json
parent19bc4a3a13d17422cfa9b2a9fcede95d4c83e822 (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.json3
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