- changed status to open
- marked as enhancement
love.filesystem.setIdentity in conf.lua
Issue #8
resolved
I think it would make more sense to replace love.filesystem.setIdentity with an identity propery in conf.lua.
{{{ function love.conf(config) config.identity = "myuniqueidentity" end }}}
I think this would be more fitting for a property that is only to be set once during the execution of the program.
Comments (4)
-
-
Oops! Sorry for forgetting to label it as enhancement!
And I didn't mean to remove love.filesystem.setIdentity. Sorry I wasn't clear.
-
- changed status to resolved
-
assigned issue to
Look at that, done.
-
Well, that was quick!
I can't wait until the next version, then! (I would just download the Hg but I want my games to be compatable with releases.)
Thanks!
- Log in to comment
I want to note, we're not going to remove love.filesystem.setIdentity, otherwise this might be a good addition.