Skip to content

Commit

Permalink
Add some font icon text conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Aug 27, 2024
1 parent fc129e0 commit b6f18ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/tts/font-img-to-text-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ export class FontToImgMap {
help4: '!right-stick-press',
'circle-left': '!gamepad-l1',
dash: '!gamepad-l1',
'circle-right': 'gamepad-r1',
throw: 'gamepad-r1',
quick: 'gamepad-l2',
'circle-right': '!gamepad-r1',
throw: '!gamepad-r1',
quick: '!gamepad-l2',
shiftOrL2: '!gamepad-l2',
special: '!gamepad-r2',
rightClickOrR2: '!gamepad-r2',
menu: '!gamepad-select',
guard: '!gamepad-a',
back: '!gamepad-b',
Expand Down

0 comments on commit b6f18ef

Please sign in to comment.