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)