2016-01-21 23:01:15 +00:00
|
|
|
function love.conf(t)
|
2016-01-25 21:46:21 +00:00
|
|
|
t.title = "Pop.Box Demo / Tests"
|
2016-01-21 23:01:15 +00:00
|
|
|
t.console = true
|
2016-01-25 21:46:21 +00:00
|
|
|
|
|
|
|
t.window.width = 960
|
|
|
|
t.window.height = 540
|
2016-01-21 23:01:15 +00:00
|
|
|
end
|