the-rpg-thing/conf.lua
2021-12-04 21:50:56 -06:00

5 lines
149 B
Lua

function love.conf(t)
t.indentity = "Placeholder"
t.window.title = "Placeholder"
t.window.icon = "assets/images/sprites/i_friend.png"
end