1 2 3 4 5 6 7
function love.conf(t) t.window.width = 800 t.window.height = 600 t.window.fullscreen = false t.window.title = "<Your Enemy is in Another Dungeon>" t.window.usedpiscale = true end