From 5afb5e3132ce22dd4daebd9fda4245e6cf94065f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 7 Feb 2024 01:28:55 +0100 Subject: [PATCH] Document initial position project settings not affecting run from editor (cherry picked from commit d3df15f823c9a70d7541dbafa6fe0b097a51e426) --- doc/classes/ProjectSettings.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 8d7671af24d..31a762478ba 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -757,15 +757,18 @@ Main window initial position (in virtual desktop coordinates), this setting is used only if [member display/window/size/initial_position_type] is set to "Absolute" ([code]0[/code]). + [b]Note:[/b] This setting only affects the exported project, or when the project is run from the command line. In the editor, the value of [member EditorSettings.run/window_placement/rect_custom_position] is used instead. Main window initial position. [code]0[/code] - "Absolute", [member display/window/size/initial_position] is used to set window position. [code]1[/code] - "Primary Screen Center". [code]2[/code] - "Other Screen Center", [member display/window/size/initial_screen] is used to set the screen. + [b]Note:[/b] This setting only affects the exported project, or when the project is run from the command line. In the editor, the value of [member EditorSettings.run/window_placement/rect] is used instead. Main window initial screen, this setting is used only if [member display/window/size/initial_position_type] is set to "Other Screen Center" ([code]2[/code]). + [b]Note:[/b] This setting only affects the exported project, or when the project is run from the command line. In the editor, the value of [member EditorSettings.run/window_placement/screen] is used instead. Main window mode. See [enum DisplayServer.WindowMode] for possible values and how each mode behaves.