diff --git a/Libraries/BigLetters.lua b/Libraries/BigLetters.lua index eb8a2b17..d8e53ef2 100755 --- a/Libraries/BigLetters.lua +++ b/Libraries/BigLetters.lua @@ -545,6 +545,13 @@ local function getCharTable(c) { 0, 0, 0, 0, 0 }, { 1, 0, 1, 0, 1 }, }, + [":"] = { + {1,}, + { 1,}, + { 0,}, + { 1,}, + { 1}, + }, })[c] end