소스 검색

Set windows options to avoid screen stretch

With exported executables
DricomDragon 5 년 전
부모
커밋
ff2347740c
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]