box-of-eases/conf.lua
2021-09-17 22:24:26 +03:00

5 lines
117 B
Lua

function love.conf(t)
t.window.resizable = true
t.window.title = 'Box of Eases'
t.window.icon = 'logo.png'
end