NeutronLoved/conf.lua

5 lines
77 B
Lua

function love.conf(t)
t.window.width = 416
t.window.height = 234
end