initial commit

This commit is contained in:
Redo
2025-07-20 17:48:33 -07:00
commit 7ec3352f21
10 changed files with 257 additions and 0 deletions

7
brickIconFixer/conf.lua Normal file
View 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