Allow hiDPI in all demos that support multiple resolutions

This is required to benefit from crisp display on hiDPI monitors.
This also fixes issues related to fullscreen and input handling
when using an hiDPI display on Windows.
This commit is contained in:
Hugo Locurcio
2020-10-01 00:56:12 +02:00
parent 7a84acea76
commit fe6103256a
51 changed files with 51 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ config/icon="res://icon.png"
[display]
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"

View File

@@ -30,6 +30,7 @@ config/icon="res://icon.png"
[display]
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"

View File

@@ -26,6 +26,7 @@ gdscript/warnings/return_value_discarded=false
[display]
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="keep"