Enable hidpi
This commit is contained in:
parent
53ef5708ef
commit
91424ac804
|
@ -47,6 +47,7 @@ gdscript/warnings/integer_division=false
|
||||||
window/size/width=1080
|
window/size/width=1080
|
||||||
window/size/height=1080
|
window/size/height=1080
|
||||||
window/size/fullscreen=true
|
window/size/fullscreen=true
|
||||||
|
window/dpi/allow_hidpi=true
|
||||||
window/handheld/orientation="sensor"
|
window/handheld/orientation="sensor"
|
||||||
window/stretch/mode="2d"
|
window/stretch/mode="2d"
|
||||||
window/stretch/aspect="expand"
|
window/stretch/aspect="expand"
|
||||||
|
@ -59,7 +60,7 @@ singletons_disabled=[ ]
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
vram_compression/import_etc=true
|
vram_compression/import_etc=true
|
||||||
environment/default_clear_color=Color( 0.11, 0.11, 0.11, 1 )
|
environment/default_clear_color=Color( 0.109804, 0.109804, 0.109804, 1 )
|
||||||
quality/filters/msaa=1
|
quality/filters/msaa=1
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
quality/subsampling/x=1.0
|
quality/subsampling/x=1.0
|
||||||
|
|
Loading…
Reference in New Issue