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.