Files
i-want-to-heal-mmo/src/input/controllerGlyphs.ts
T
2026-07-12 23:39:57 -04:00

13 lines
249 B
TypeScript

export const DEFAULT_CONTROLLER_GLYPHS = {
confirm: "✕",
back: "○",
faceBottom: "✕",
faceRight: "○",
faceLeft: "□",
faceTop: "△",
leftShoulder: "L1",
rightShoulder: "R1",
select: "SELECT",
start: "START",
} as const;