Add overriden properties to the documentation

Fixes #31855
This commit is contained in:
Bojidar Marinov 2019-09-03 13:42:34 +03:00
parent 037237f518
commit 6c4407bae4
No known key found for this signature in database
GPG key ID: 4B0FD31949AD430D
11 changed files with 99 additions and 51 deletions

View file

@ -2894,5 +2894,6 @@ SceneTreeDock::SceneTreeDock(EditorNode *p_editor, Node *p_scene_root, EditorSel
profile_allow_script_editing = true;
EDITOR_DEF("interface/editors/show_scene_tree_root_selection", true);
EDITOR_DEF("interface/editors/derive_script_globals_by_name", true);
EDITOR_DEF("_use_favorites_root_selection", false);
}