Unable to change size of game window
Posted: Mon Dec 31, 2018 10:36 pm
When I enter this script, the size of the (Love) window doesn't change at all
Script:
function love.conf(t)
t.window.width = 1024
t.window.height = 768
end
Does anyone know how to fix this issue?
Script:
function love.conf(t)
t.window.width = 1024
t.window.height = 768
end
Does anyone know how to fix this issue?