From 344737031e5bbad5f24469aabf45be6535c893f3 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 25 May 2022 22:55:57 +0200 Subject: Numbers and better rectangles --- src/consts.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts index 5893b85..317aa9a 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -10,3 +10,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'] -- cgit v1.3.1