mirror of
https://github.com/bryanthaboi/gen1recomp
synced 2026-09-26 05:32:07 -04:00
a7a84b6fab
Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
290 B
Lua
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
|