Sfoglia il codice sorgente

Set windows options to avoid screen stretch

With exported executables
DricomDragon 5 anni fa
parent
commit
97763791ef
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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]