atlantis/conf.lua

5 lines
85 B
Lua
Raw Normal View History

2021-01-06 21:00:30 -05:00
function love.conf(t)
t.window.width = 320 * 4
t.window.height = 180 * 4
end