Add pi and directions

This commit is contained in:
dylan
2023-05-10 20:10:32 -07:00
parent ae3fa89a8b
commit 04f206814c
4 changed files with 18 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ export const altMap = {
"a": CHAR.LEFT,
"s": CHAR.DOWN,
"d": CHAR.RIGHT,
"p": CHAR.PI,
}
addEventListener("keydown", (evt) => {