Parcourir la source

Set windows options to avoid screen stretch

With exported executables
DricomDragon il y a 5 ans
Parent
commit
ff2347740c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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]