mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
8 lines
136 B
Lua
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
|