bomberpac/vendor/lite/conf.lua

6 lines
113 B
Lua
Raw Permalink Normal View History

2021-02-07 21:56:19 +00:00
function love.conf(t)
t.window.width = 1280
t.window.height = 1000
t.window.resizable = true
end