chroma_solstice/conf.lua
2026-08-07 10:27:56 -04:00

8 lines
No EOL
184 B
Lua

function love.conf(t)
t.window.width = 900
t.window.height = 640
t.window.title = "CHROMA SOLSTICE"
t.window.resizable = true
t.window.minwidth = 700
t.window.minheight = 500
end