Worked like a charm. I have no idea how my computer ended up on that setting to begin with. Thank you for your help!Evine wrote:...
Search found 3 matches
- Fri Feb 06, 2015 1:45 pm
- Forum: General
- Topic: Issues with Screen Resolution
- Replies: 4
- Views: 3240
Re: Issues with Screen Resolution
- Fri Feb 06, 2015 1:20 pm
- Forum: General
- Topic: Issues with Screen Resolution
- Replies: 4
- Views: 3240
Re: Issues with Screen Resolution
The "Desktop" fullscreen mode seems to make the resolution even smaller (slightly less than 1600), and it also makes map scrolling stutter, losing the "smooth" quality that the regular 1600x900 fullscreen mode had.
I've attached my game files. Hopefully they will help.
I've attached my game files. Hopefully they will help.
- Thu Feb 05, 2015 12:40 pm
- Forum: General
- Topic: Issues with Screen Resolution
- Replies: 4
- Views: 3240
Issues with Screen Resolution
Hello, 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, t.window.width = 1920 t.window.height = 1080 and the following code in love.load() in main.lua, love.window.setFullscreen( true ) I ...