This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-22 00:27:11 +07:00
parent bdb9eaf748
commit d7cc69b2fe
3 changed files with 7 additions and 10 deletions

View File

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