TaggedEngine/conf.lua

4 lines
92 B
Lua

function love.conf(t)
t.window.title = "TaggedEngine"
t.window.icon = "icon.png"
end