8 lines
132 B
Lua
8 lines
132 B
Lua
|
|
function love.conf(t)
|
|
t.window.width = 512
|
|
t.window.height = 512
|
|
t.window.title = "Brick Icon Generator"
|
|
t.console = true
|
|
end
|