oma-roids/conf.lua
28allday 89ae2e43d4 Rename OMA-RIODS to OMA-ROIDS (fix spelling)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:24:17 +01:00

11 lines
293 B
Lua

function love.conf(t)
t.window.title = "OMA-ROIDS"
t.window.width = 1024
t.window.height = 768
t.window.resizable = true
t.window.vsync = 1
t.window.fullscreen = false
t.window.fullscreentype = "desktop"
t.window.minwidth = 512
t.window.minheight = 384
end