Turn on 'fixedAspectRatio' by default
This is more consistent with RMXP's behavior.
This commit is contained in:
parent
4b28314433
commit
8b53681e11
3 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
[General]
|
||||
debugMode=true
|
||||
winResizable=true
|
||||
debugMode=false
|
||||
winResizable=false
|
||||
fullscreen=false
|
||||
fixedAspectRatio=false
|
||||
fixedAspectRatio=true
|
||||
smoothScaling=false
|
||||
vsync=true
|
||||
vsync=false
|
||||
defScreenW=640
|
||||
defScreenH=480
|
||||
solidFonts=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue