5 lines
85 B
Lua
5 lines
85 B
Lua
function love.conf(t)
|
|
t.window.width = 320 * 4
|
|
t.window.height = 180 * 4
|
|
end
|