src: update love version again

This commit is contained in:
Kazhnuz 2019-03-03 16:28:56 +01:00
parent d0ebe54fe6
commit c159ddb2c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
function love.conf(t)
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.version = "0.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)
t.gammacorrect = false -- Enable gamma-correct rendering, when supported by the system (boolean)