Browse Source

Merge pull request #3844 from Calinou/ui-main-menu-window-size

Document the expected window size in Design a title screen
Rémi Verschelde 5 years ago
parent
commit
29dccc8ecd
1 changed files with 10 additions and 0 deletions
  1. 10 0
      getting_started/step_by_step/ui_main_menu.rst

+ 10 - 0
getting_started/step_by_step/ui_main_menu.rst

@@ -120,6 +120,16 @@ center the illustration with a ``CenterContainer``.
 Prepare the Main Menu scene
 Prepare the Main Menu scene
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
+.. note::
+
+    This tutorial is based on a window size of 1366×768. To change the project's
+    base window size, open **Project > Project Settings** at the top of the
+    editor then change **Display > Window > Size > Width** to ``1366`` and
+    **Display > Window > Size > Height** to ``768``.
+
+    If you forget to change the window size, anchors and containers may not
+    behave as expected.
+
 Let's create the main menu. We'll build it in a single scene. To create
 Let's create the main menu. We'll build it in a single scene. To create
 an empty scene, click on **Scene > New Scene**.
 an empty scene, click on **Scene > New Scene**.