I'm running into issues with adjusting the window size and screen resolution for my rudimentary city builder game.
With the following code in the conf.lua file,
Code: Select all
t.window.width = 1920
t.window.height = 1080
Code: Select all
love.window.setFullscreen( true )
Any ideas as to why this might be happening? How can I get a full-screened window with the proper resolution?
Thanks in advance, and if additional information is necessary, I can upload a .zip of all my game files.