aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-05-25 22:55:57 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-05-25 22:55:57 +0200
commit344737031e5bbad5f24469aabf45be6535c893f3 (patch)
tree89f7312b24a2f9f6c7d48ddb1f0b5874939f6d21 /src/consts.ts
parent2f8b8c87fb2062313afea7b625ccb20d1bea95b9 (diff)
download1942-344737031e5bbad5f24469aabf45be6535c893f3.tar.gz
1942-344737031e5bbad5f24469aabf45be6535c893f3.tar.zst
1942-344737031e5bbad5f24469aabf45be6535c893f3.zip
Numbers and better rectangles
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 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']