Page 1 of 1

love.window.setMode not working

Posted: Wed Jan 11, 2023 7:04 pm
by Blorpal
I tried to edit conf.lua for window size and that didn't work, so i tried to do love.window.setMode(300, 388) and that didn't work. Any idea why?

Re: love.window.setMode not working

Posted: Wed Jan 11, 2023 8:03 pm
by BrotSagtMist
I think at this point youre forgetting to hit save.

Re: love.window.setMode not working

Posted: Wed Jan 11, 2023 8:46 pm
by Andlac028
You need to dave the file and then restart love (stop build and start it again), else it won’t execute your new code