correction of correction :)

This commit is contained in:
Jakub Bucko 2019-06-20 19:29:30 +02:00
parent 27b40830ad
commit 99e1f49891

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.2" -- The L<EFBFBD>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)