correction

This commit is contained in:
Jakub Bucko 2019-06-20 19:27:57 +02:00
parent cd5ac35662
commit 27b40830ad

View File

@ -1,6 +1,6 @@
function love.conf(t) function love.conf(t)
t.identity = nil -- The name of the save directory (string) t.identity = nil -- The name of the save directory (string)
t.version = "11.1" -- The LÖVE version this game was made for (string) t.version = "11.2" -- The L<>VE version this game was made for (string)
t.console = true -- Attach a console (boolean, Windows only) t.console = true -- Attach a console (boolean, Windows only)
t.window.title = "Untitled" -- The window title (string) t.window.title = "Untitled" -- The window title (string)