Browse Source

Set windows options to avoid screen stretch

With exported executables
DricomDragon 5 năm trước cách đây
mục cha
commit
97763791ef
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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]