5 lines
92 B
Lua
5 lines
92 B
Lua
function love.conf(t)
|
|
t.window.title = "Lissajous tables"
|
|
t.window.resizable = true
|
|
end
|