chroma_solstice/conf.lua

5 lines
106 B
Lua
Raw Normal View History

2015-03-11 20:11:29 -04:00
function love.conf(t)
t.window.width = 900
t.window.height = 640
t.window.title = "CHROMA SOLSTICE"
end