Pop.Box/demo/conf.lua

8 lines
134 B
Lua
Raw Permalink Normal View History

function love.conf(t)
t.title = "Pop.Box demo/tests"
t.console = true
t.window.width = 960
t.window.height = 540
end