ported from perforce

This commit is contained in:
2026-04-19 00:43:27 +02:00
commit 6c0c33f5d4
700 changed files with 19735 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"profiles": {
"Godot (console)": {
"commandName": "Executable",
"executablePath": "D:\\Code\\Godot_v4.5.1-stable_mono_win64\\Godot_v4.5.1-stable_mono_win64_console.exe",
"workingDirectory": ".",
"nativeDebugging": true
},
"Godot (debug)": {
"commandName": "Executable",
"executablePath": "D:\\Code\\Godot_v4.5.1-stable_mono_win64\\Godot_v4.5.1-stable_mono_win64.exe",
"workingDirectory": ".",
"nativeDebugging": false
}
}
}