Added identity field to love.conf

This commit is contained in:
bart@bartbes.ath.cx
2010-06-21 00:27:07 +02:00
parent 5f780de061
commit aa0cc8ca7e
2 changed files with 815 additions and 805 deletions
+3
View File
@@ -241,6 +241,7 @@ function love.init()
thread = true,
},
console = false, -- Only relevant for windows.
identity = false,
}
-- If config file exists, load it and allow it to update config table.
@@ -281,6 +282,8 @@ function love.init()
love.graphics.setCaption(c.title)
end
if love.filesystem and c.identity then love.filesystem.setIdentity(c.identity) end
if love.filesystem and love.filesystem.exists("main.lua") then require("main.lua") end
if no_game_code then
+812 -805
View File
File diff suppressed because it is too large Load Diff