mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-13 00:40:59 +02: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
|