summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheav <hheav3@gmail.com>2022-12-27 21:00:01 +0000
committerheav <hheav3@gmail.com>2022-12-27 21:00:01 +0000
commitdf189a048a64e1982455ac1a1520a20a2412339d (patch)
tree7d2889dda651bdd873f9baf4467db7ec0056c0dd
parent9655441dc9811a5f7400eafbc057e28266250fd0 (diff)
added a period to the font.
-rw-r--r--font.lua4
1 files changed, 4 insertions, 0 deletions
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}