Pop.Box/demo/conf.lua
2016-02-22 22:10:13 -08:00

8 lines
136 B
Lua

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