From 4eb70da8b1e8d8b6eed7c5e20ba5f470c2e3c563 Mon Sep 17 00:00:00 2001 From: goncalo <560997+goncalo@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:19:15 +0000 Subject: [PATCH] Fix display/window/size/initial_position_type project setting description. --- doc/classes/ProjectSettings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 1c7525b3afa..6e47df8d017 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1009,7 +1009,9 @@ 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. + [code]3[/code] - "Other Screen Center", [member display/window/size/initial_screen] is used to set the screen. + [code]4[/code] - "Center of Screen With Mouse Pointer". + [code]5[/code] - "Center of Screen With Keyboard Focus". [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.