Page 1 of 1

[solved] How do i resize a window

Posted: Thu Nov 08, 2018 10:49 pm
by Purple Fedora
I need to resize the window to a specific height an width without an config file.

Re: How do i resize a window

Posted: Fri Nov 09, 2018 12:15 am
by zorg
love.window.setMode
but do realize, that if you want a specific size at startup, using a conf.lua and setting the window to false in there is the best solution, since then it won't flash at startup because of the resizing.