Files
zfxaction25/DonkeysAndDroids.Godot/Properties/launchSettings.json
2026-04-19 00:43:27 +02:00

16 lines
493 B
JSON

{
"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
}
}
}