first commit

This commit is contained in:
Mango 2025-08-23 19:10:20 -07:00
commit 768eed8787
5 changed files with 169 additions and 0 deletions

10
conf.lua Normal file
View file

@ -0,0 +1,10 @@
function love.conf(t)
t.window.width = 373
t.window.height = 212
t.window.borderless = true
t.window.title = "input display"
t.window.icon = "icon.png"
t.modules.physics = false
end