From 4b4f1d8ceda0c52bfc2e74899c4bac8ce4d10368 Mon Sep 17 00:00:00 2001 From: Artem <79054301+Bumer-32@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:20:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B5=D0=BC=D1=83=20=D1=8D?= =?UTF-8?q?=D1=82=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B0=D0=BD=D1=8C=D1=88=D0=B5?= =?UTF-8?q?=20=D0=BD=D0=B5=20=D0=B1=D1=8B=D0=BB=D0=BE=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Libraries/BigLetters.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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