From 2e30554d5ef8a3c81616bc7be0eeb38c3ef67b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fn=20=E2=8C=83=20=E2=8C=A5?= <70830482+FnControlOption@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:41:42 -0700 Subject: [PATCH] Fix typo in window title --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 25cb4fc..910582a 100644 --- a/conf.lua +++ b/conf.lua @@ -5,7 +5,7 @@ function love.conf(t) t.identity = 'LÖVE Solitaire' -- name of the save directory -- t.window.width = 1024 -- t.window.height = 1024 - t.window.title = 'LÕVE Solitaire' + t.window.title = 'LÖVE Solitaire' -- The highdpi window flag must be enabled to use the full pixel density of a Retina screen on Mac OS X and iOS. -- The flag currently does nothing on Windows and Linux, and on Android it is effectively always enabled.