mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
14 lines
229 B
Lua
14 lines
229 B
Lua
function love.conf(t)
|
|
t.identity = "tromi_mobile"
|
|
t.externalstorage=true
|
|
|
|
t.console = true
|
|
|
|
t.window.title = "Tromi"
|
|
t.window.width = 1280
|
|
t.window.height = 960
|
|
t.window.vsync = false
|
|
|
|
t.accelerometerjoystick = false
|
|
end
|