Bladeren bron

Add aspect ratio recommendations for tablets in Multiple resolutions

Hugo Locurcio 2 jaren geleden
bovenliggende
commit
9031e97648
1 gewijzigde bestanden met toevoegingen van 16 en 0 verwijderingen
  1. 16 0
      tutorials/rendering/multiple_resolutions.rst

+ 16 - 0
tutorials/rendering/multiple_resolutions.rst

@@ -330,6 +330,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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -349,6 +357,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
 ^^^^^^^^^^^^^^^^^^^^