This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timb = timb or {} | |
local timshs = { | |
atLeastOneLoad = false, | |
-- Attention crusty man/gril: don't edit them here, put them in data/timb/titles.txt! | |
-- Or add them in game with `timb_addtitle "Your Title Here"` | |
titles = {} | |
} | |
-- For logging | |
local getNiceTimeStamp = function() |