From af32fb9c83a776ff6a2c860930dec4488461116a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 28 Jun 2019 20:27:01 +0300 Subject: [PATCH] =?UTF-8?q?Eitmer=20=E2=86=92=20=C3=88itmer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/conf.lua b/bundle/conf.lua index 7e14dea..f12cc00 100644 --- a/bundle/conf.lua +++ b/bundle/conf.lua @@ -1,5 +1,5 @@ function love.conf(t) - t.window.title = "Eitmer" + t.window.title = "Èitmer" t.window.width = 1280 t.window.height = 960 t.window.resizable = true