src/conf.lua: correct the name of the game
This commit is contained in:
parent
73e748fc82
commit
6fb2f92f49
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue