Did something to bullet

This commit is contained in:
Marco Giacomelli 2024-02-28 17:26:39 +01:00
commit 6cce37570c
3 changed files with 48 additions and 25 deletions

14
.vscode/tasks.json vendored
View file

@ -1,16 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"group": "build",
"type": "shell",
"command": "scons",
"command": "F:/Apps/Godot_v4.2.1-stable_mono_win64/Godot_v4.2.1-stable_mono_win64.exe",
"type": "process",
"args": [
// enable for debugging with breakpoints
"dev_build=yes",
"--build-solutions",
"--path",
"${workspaceRoot}",
"--no-window",
"-q"
],
"problemMatcher": "$msCompile"
}