chore: make the game at 2x resolution by default

This commit is contained in:
Kazhnuz 2019-08-15 14:31:46 +02:00
parent edb5fb22b6
commit 608509b536

View file

@ -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