Files
gen1recomp/tools/switch-probe/conf.lua
T
2026-08-01 03:13:57 -03:00

12 lines
290 B
Lua

function love.conf(t)
t.identity = "switch-probe"
t.version = "11.5"
t.window.title = "switch-probe (NOT FOR RELEASE)"
t.window.width = 1280
t.window.height = 720
t.window.fullscreen = true
t.window.resizable = false
t.window.highdpi = false
t.modules.physics = false
end