lua-test/lua-test/conf.lua

9 lines
153 B
Lua
Raw Normal View History

2021-07-09 18:43:57 +00:00
function love.conf(t)
t.window.title = "8ps testbench"
t.window.width = 800
t.window.height = 600
t.window.resizable = true
t.version = "11.2"
end