src/conf.lua: correct the name of the game

This commit is contained in:
Kazhnuz 2019-01-28 09:20:12 +01:00
parent 73e748fc82
commit 6fb2f92f49

View file

@ -1,5 +1,5 @@
function love.conf(t) 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.version = "11.1" -- The LÖVE version this game was made for (string)
t.console = false -- Attach a console (boolean, Windows only) 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) t.accelerometerjoystick = false -- Enable the accelerometer on iOS and Android by exposing it as a Joystick (boolean)