-scripts are converted to bytecode on export
-fix bug in doc where touchscreen events were not documented
This commit is contained in:
parent
06e358199f
commit
b2ce682f6e
20 changed files with 957 additions and 336 deletions
|
|
@ -413,7 +413,7 @@ void EditorSettings::_load_defaults() {
|
|||
set("on_save/compress_binary_resources",true);
|
||||
set("on_save/save_modified_external_resources",true);
|
||||
set("on_save/save_paths_as_relative",false);
|
||||
set("on_save/save_paths_without_extension",true);
|
||||
set("on_save/save_paths_without_extension",false);
|
||||
|
||||
set("text_editor/create_signal_callbacks",true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue