Merge pull request #6352 from Calinou/multiple-resolutions-add-tablet-recommendations

Add aspect ratio recommendations for tablets in Multiple resolutions
This commit is contained in:
Max Hilbrunner
2022-10-31 11:27:16 +01:00
committed by GitHub
@@ -326,6 +326,14 @@ to change the display orientation project setting.
and makes better use of tall smartphone displays (such as 18:9 or 19:9 aspect ratios).
- Configure Control nodes' anchors to snap to the correct corners using the **Layout** menu.
.. tip::
To better support tablets and foldable phones (which frequently feature
displays with aspect ratios close to 4:3), consider using a base resolution
that has a 4:3 aspect ratio while following the rest of the instructions
here. For instance, you can set the base window width to ``1280`` and the
base window height to ``960``.
Mobile game in portrait mode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -345,6 +353,14 @@ Mobile game in portrait mode
and makes better use of tall smartphone displays (such as 18:9 or 19:9 aspect ratios).
- Configure Control nodes' anchors to snap to the correct corners using the **Layout** menu.
.. tip::
To better support tablets and foldable phones (which frequently feature
displays with aspect ratios close to 4:3), consider using a base resolution
that has a 3:4 aspect ratio while following the rest of the instructions
here. For instance, you can set the base window width to ``960`` and the
base window height to ``1280``.
Non-game application
^^^^^^^^^^^^^^^^^^^^