Page 1 of 1

Reloading conf.lua?

Posted: Tue Jul 16, 2013 11:53 pm
by GasQuake
is there a way i could change the love.screen.width and love.screen.height of conf.lua and then reload the conf.lua with the new changes? Thanks in advance! :D

Re: Reloading conf.lua?

Posted: Wed Jul 17, 2013 12:17 am
by veethree
I believe you can just call love.graphics.setMode() to change the screen size.

Re: Reloading conf.lua?

Posted: Wed Jul 17, 2013 12:43 am
by GasQuake
veethree wrote:I believe you can just call love.graphics.setMode() to change the screen size.
Oh man thanks!