src: update love version again 2

This commit is contained in:
Kazhnuz 2019-03-03 16:30:19 +01:00
parent c159ddb2c3
commit a6194a1c22
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.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.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)