Update window title to match current name

This commit is contained in:
Juhani Krekelä 2019-06-28 23:19:07 +03:00
parent 3638295e6c
commit a757ea6667
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function love.conf(t)
t.window.title = "Èitmer"
t.window.title = "The Orb of Èitmer"
t.window.width = 1280
t.window.height = 960
t.window.resizable = true