Files
GameJamDungeon/Properties/launchSettings.json
2024-08-23 00:39:15 -07:00

11 lines
222 B
JSON

{
"profiles": {
"Godot": {
"commandName": "Executable",
"executablePath": "%GODOT%",
"commandLineArgs": "--path . --verbose",
"workingDirectory": ".",
"nativeDebugging": true
}
}
}