initial commit
This commit is contained in:
7
brickIconFixer/conf.lua
Normal file
7
brickIconFixer/conf.lua
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
function love.conf(t)
|
||||
t.window.width = 512
|
||||
t.window.height = 512
|
||||
t.window.title = "Brick Icon Generator"
|
||||
t.console = true
|
||||
end
|
Reference in New Issue
Block a user