Explorar o código

Link to the Multiple resolutions demo in the relevant page

This demo provides a lot of helpful guidance for setting up a project
that supports multiple resolutions and aspect ratios. It's available
for both 3.x and 4.x.
Hugo Locurcio %!s(int64=2) %!d(string=hai) anos
pai
achega
6a3f9be610
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      tutorials/rendering/multiple_resolutions.rst

+ 5 - 0
tutorials/rendering/multiple_resolutions.rst

@@ -48,6 +48,11 @@ handle scaling for different sizes and aspect ratios.
 
 Godot provides several useful tools to do this easily.
 
+.. seealso::
+
+    You can see how Godot's support for multiple resolutions works in action using the
+    `Multiple Resolutions and Aspect Ratios demo project <https://github.com/godotengine/godot-demo-projects/tree/3.x/gui/multiple_resolutions>`__.
+
 Base size
 ---------