Files
cambridge_mobile/conf.lua
SweetSea-ButImNotSweet 5ff45c3392 Update stuffs
2024-12-10 14:50:39 +07:00

14 lines
271 B
Lua

function love.conf(t)
t.identity = "cambridge"
t.console = true
t.window.title = "Cambridge"
t.window.width = 640
t.window.height = 480
t.window.icon = "res/img/cambridge_icon.png"
t.window.vsync = false
t.window.fullscreen = true
t.externalstorage = true
end