first commit

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-11 08:33:58 +07:00
commit d0307c8765
72 changed files with 8974 additions and 0 deletions

11
conf.lua Normal file
View File

@@ -0,0 +1,11 @@
function love.conf(t)
t.identity = "tromi_ver3"
t.externalstorage=true
-- t.console = true
t.window.title = "Tromi"
t.window.width = 1280
t.window.height = 960
t.window.vsync = false
end