box-of-eases/conf.lua

6 lines
117 B
Lua
Raw Normal View History

2021-09-17 19:24:26 +00:00
function love.conf(t)
t.window.resizable = true
t.window.title = 'Box of Eases'
t.window.icon = 'logo.png'
end