aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.ts')
-rw-r--r--src/consts.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.ts b/src/consts.ts
index 317aa9a..63f9917 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -11,3 +11,4 @@ export const TOPBAR_HEIGHT = 24; // ms
export const FPS = 1;
export const alphabet = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '.', '-', '&', '?', '!', 'man', 'woman', 'heart', 'rv', 'ed']
export const allChars = [...alphabet, '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
+