浏览代码

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.
 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
 Base size
 ---------
 ---------