瀏覽代碼

:wrench: Set up project for multiple resolutions

DricomDragon 1 年之前
父節點
當前提交
86dcd5b1e8
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      godot/project.godot

+ 5 - 0
godot/project.godot

@@ -15,6 +15,11 @@ run/main_scene="res://example/example_slide_show.tscn"
 config/features=PackedStringArray("4.0", "GL Compatibility")
 config/icon="res://icon.svg"
 
+[display]
+
+window/stretch/mode="canvas_items"
+window/stretch/aspect="expand"
+
 [editor_plugins]
 
 enabled=PackedStringArray("res://addons/slide_show/plugin.cfg")