瀏覽代碼

Set windows options to avoid screen stretch

With exported executables
DricomDragon 5 年之前
父節點
當前提交
97763791ef
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      project.godot

+ 2 - 0
project.godot

@@ -29,6 +29,8 @@ config/icon="res://icon.png"
 window/size/width=480
 window/size/height=720
 window/size/resizable=false
+window/stretch/mode="2d"
+window/stretch/aspect="keep"
 
 [rendering]