atlantis/conf.lua
2021-01-06 21:00:30 -05:00

5 lines
85 B
Lua

function love.conf(t)
t.window.width = 320 * 4
t.window.height = 180 * 4
end