From df189a048a64e1982455ac1a1520a20a2412339d Mon Sep 17 00:00:00 2001 From: heav Date: Tue, 27 Dec 2022 21:00:01 +0000 Subject: added a period to the font. --- font.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/font.lua b/font.lua index a8c1780..52e7fda 100644 --- a/font.lua +++ b/font.lua @@ -19,6 +19,10 @@ font["#"] = {width = 6, font[","] = {width = 0.05, {1, 3, -1, 5} } +font["."] = {width = 0.05, + {0, 4, 0.25, 3.75, 0, 3.5, -0.25, 3.75, 0, 4} +} + font["a"] = {width = 6, {-3, -2, -1, -4, 1, -4, 3, -2, 3, 4}, {3, 2, 1, 4, -1, 4, -3, 2, -1, 0, 3, 0} -- cgit v1.2.3