From 3df8454f27b0775bfa88dca9a7173b8f0a226ff2 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 31 Oct 2022 02:57:58 +0100 Subject: [PATCH] Add aspect ratio recommendations for tablets in Multiple resolutions --- tutorials/rendering/multiple_resolutions.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tutorials/rendering/multiple_resolutions.rst b/tutorials/rendering/multiple_resolutions.rst index 4f16d1ed0..4b5048e41 100644 --- a/tutorials/rendering/multiple_resolutions.rst +++ b/tutorials/rendering/multiple_resolutions.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^