소스 검색

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 2 년 전
부모
커밋
6a3f9be610
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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
 ---------