Changed start window size to be bigger

This commit is contained in:
Jakob Feldmann 2022-06-25 15:52:58 +02:00
parent 85348bbd3f
commit db1696721f
2 changed files with 11 additions and 1 deletions

View File

@ -54,6 +54,8 @@ settings/fps/force_fps=144
window/size/width=640 window/size/width=640
window/size/height=360 window/size/height=360
window/size/test_width=1920
window/size/test_height=1080
window/stretch/mode="2d" window/stretch/mode="2d"
window/stretch/aspect="keep" window/stretch/aspect="keep"
@ -61,6 +63,10 @@ window/stretch/aspect="keep"
enabled=PoolStringArray( "res://addons/AsepriteWizard/plugin.cfg" ) enabled=PoolStringArray( "res://addons/AsepriteWizard/plugin.cfg" )
[global]
window=false
[importer_defaults] [importer_defaults]
texture={ texture={

File diff suppressed because one or more lines are too long