mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
14 lines
226 B
Lua
14 lines
226 B
Lua
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
|
|
|
|
t.accelerometerjoystick = true
|
|
end
|