From ee51da4a73226a0ddc693b12bc939e1a4676ba16 Mon Sep 17 00:00:00 2001 From: RamiLego4Game Date: Mon, 14 May 2018 11:33:11 +0300 Subject: [PATCH] Update window title --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 3e33a07..593ed75 100644 --- a/conf.lua +++ b/conf.lua @@ -9,7 +9,7 @@ function love.conf(t) t.audio.mixwithsystem = true -- Keep background music playing when opening LOVE (boolean, iOS and Android only) - t.window.title = "LÖVE Icon-Changer" -- The window title (string) + t.window.title = "LÖVE IconPatcher" -- The window title (string) t.window.icon = nil -- Filepath to an image to use as the window's icon (string) t.window.width = 300 -- The window width (number) t.window.height = 200 -- The window height (number)