honeylisp/conf.lua

6 lines
103 B
Lua
Raw Normal View History

function love.conf(t)
t.window.width = 1280
t.window.height = 1000
t.window.resizable = true
end