mightyalex200 55fca6e09b Added buttons, rearranged text code structure.
Aspect ratio changed too.
2016-12-23 18:46:17 -05:00

6 lines
115 B
Lua

function love.conf(t)
t.window.title = "Circler Visualizer"
t.window.resizable = true
t.window.width = 1200
end