From 324f5364e7df241bdeb40657fbcc60f9ca8bb110 Mon Sep 17 00:00:00 2001 From: clayjohn Date: Tue, 13 Dec 2022 11:24:02 -0800 Subject: Added gl_compatibility as an option to the project creation screen Last selected option is saved as default for next time --- doc/classes/EditorSettings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') 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 @@ 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. + + The renderer type that will be checked off by default when creating a new project. Accepted strings are "forward_plus", "mobile" or "gl_compatibility". + 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. -- cgit v1.2.3