chore: make the game at 2x resolution by default
This commit is contained in:
parent
edb5fb22b6
commit
608509b536
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function OptionsManager:reset()
|
|||
-- Reset the option to the game defaults.
|
||||
self.data.video = {}
|
||||
self.data.video.crtfilter = false
|
||||
self.data.video.resolution = 1
|
||||
self.data.video.resolution = 2
|
||||
self.data.video.border = true
|
||||
self.data.video.vsync = true
|
||||
self.data.video.fullscreen = false
|
||||
|
|
Loading…
Reference in a new issue