diff options
author | clayjohn <claynjohn@gmail.com> | 2022-12-13 11:24:02 -0800 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2022-12-13 14:11:07 -0800 |
commit | 324f5364e7df241bdeb40657fbcc60f9ca8bb110 (patch) | |
tree | c3197df1720559fa7ca6a21ea2f0fa2762d56253 /doc/classes/EditorSettings.xml | |
parent | c7c561ffd5d0e46cd1db3dbb583c6ca3841ab894 (diff) | |
download | redot-engine-324f5364e7df241bdeb40657fbcc60f9ca8bb110.tar.gz |
Added gl_compatibility as an option to the project creation screen
Last selected option is saved as default for next time
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 865faa13ae..98f4789163 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -628,6 +628,9 @@ <member name="network/tls/editor_tls_certificates" type="String" setter="" getter=""> The TLS certificate bundle to use for HTTP requests made within the editor (e.g. from the AssetLib tab). If left empty, the [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates.crt]included Mozilla certificate bundle[/url] will be used. </member> + <member name="project_manager/default_renderer" type="String" setter="" getter=""> + The renderer type that will be checked off by default when creating a new project. Accepted strings are "forward_plus", "mobile" or "gl_compatibility". + </member> <member name="project_manager/sorting_order" type="int" setter="" getter=""> The sorting order to use in the project manager. When changing the sorting order in the project manager, this setting is set permanently in the editor settings. </member> |