created fog of war
This commit is contained in:
19
addons/godot_debug_environments/launchSettingsBase.json
Normal file
19
addons/godot_debug_environments/launchSettingsBase.json
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
{
|
||||
"profiles": {
|
||||
"Godot Debug": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$EDITOR$",
|
||||
"commandLineArgs": "--path . --verbose",
|
||||
"workingDirectory": ".",
|
||||
"nativeDebugging": true
|
||||
},
|
||||
"Godot Debug $NAME$": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$EDITOR$",
|
||||
"commandLineArgs": "--upwards $PATH$ --verbose",
|
||||
"workingDirectory": ".",
|
||||
"nativeDebugging": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user