src: set love identity

This commit is contained in:
Kazhnuz 2019-03-03 16:25:59 +01:00
parent 07af085191
commit d0ebe54fe6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function love.conf(t)
t.identity = nil -- The name of the save directory (string)
t.identity = "space.kazhnuz.ImperiumPorcorum"-- The name of the save directory (string)
t.version = "0.11.0" -- 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)