Release v0.1.7 2026-07-12

This commit is contained in:
Warren H
2026-07-12 23:39:57 -04:00
parent 122f159b94
commit 77fd434226
31 changed files with 545 additions and 113 deletions
+12
View File
@@ -0,0 +1,12 @@
export const DEFAULT_CONTROLLER_GLYPHS = {
confirm: "✕",
back: "○",
faceBottom: "✕",
faceRight: "○",
faceLeft: "□",
faceTop: "△",
leftShoulder: "L1",
rightShoulder: "R1",
select: "SELECT",
start: "START",
} as const;