From 6fb2f92f493365334b22e14dda1b883a4ba076cd Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 28 Jan 2019 09:20:12 +0100 Subject: [PATCH] src/conf.lua: correct the name of the game --- sonic-radiance.love/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-radiance.love/conf.lua b/sonic-radiance.love/conf.lua index 7fc2627..fdc1472 100644 --- a/sonic-radiance.love/conf.lua +++ b/sonic-radiance.love/conf.lua @@ -1,5 +1,5 @@ function love.conf(t) - t.identity = "space.kazhnuz.SonicBoost" -- The name of the save directory (string) + t.identity = "space.kazhnuz.SonicRadiance" -- The name of the save directory (string) t.version = "11.1" -- The LÖVE version this game was made for (string) t.console = false -- Attach a console (boolean, Windows only) t.accelerometerjoystick = false -- Enable the accelerometer on iOS and Android by exposing it as a Joystick (boolean)