Skip to content

Commit fa6ca10

Browse files
committed
Merge pull request #112962 from goncalo/patch-1
Fix display/window/size/initial_position_type project setting description
2 parents 25cc9cc + 4eb70da commit fa6ca10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/classes/ProjectSettings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,9 @@
10091009
Main window initial position.
10101010
[code]0[/code] - "Absolute", [member display/window/size/initial_position] is used to set window position.
10111011
[code]1[/code] - "Primary Screen Center".
1012-
[code]2[/code] - "Other Screen Center", [member display/window/size/initial_screen] is used to set the screen.
1012+
[code]3[/code] - "Other Screen Center", [member display/window/size/initial_screen] is used to set the screen.
1013+
[code]4[/code] - "Center of Screen With Mouse Pointer".
1014+
[code]5[/code] - "Center of Screen With Keyboard Focus".
10131015
[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.
10141016
</member>
10151017
<member name="display/window/size/initial_screen" type="int" setter="" getter="" default="0">

0 commit comments

Comments
 (0)