luasokkelo/bundle/conf.lua
Juhani Krekelä 1677f91c74 First commit
2019-06-27 19:29:59 +03:00

6 lines
126 B
Lua

function love.conf(t)
t.window.title = "Sokkelo"
t.window.width = 800
t.window.height = 600
t.window.resizable = true
end