16 lines
572 B
JSON
16 lines
572 B
JSON
{
|
|
"on": {
|
|
"text_editor/external/use_external_editor": true,
|
|
"interface/editor/import_resources_when_unfocused": true,
|
|
"interface/editor/save_on_focus_loss": true,
|
|
"text_editor/behavior/files/auto_reload_scripts_on_external_change": true,
|
|
"run/window_placement/game_embed_mode": -1
|
|
},
|
|
"off": {
|
|
"text_editor/external/use_external_editor": false,
|
|
"interface/editor/import_resources_when_unfocused": false,
|
|
"interface/editor/save_on_focus_loss": false,
|
|
"text_editor/behavior/files/auto_reload_scripts_on_external_change": false
|
|
}
|
|
}
|