edtris/conf.lua

6 lines
103 B
Lua
Raw 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