mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
Fix sprite character mapping
This commit is contained in:
parent
88f5982d32
commit
89fc74a879
1 changed files with 3 additions and 2 deletions
|
|
@ -52,13 +52,14 @@ export const FONT_LOOKUP: { [letter: string]: [number, number] } = {
|
|||
"8": [1, 8],
|
||||
"9": [1, 9],
|
||||
[UTF8_ELLIPSIS]: [1, 10],
|
||||
_: [1, 11],
|
||||
".": [1, 11],
|
||||
":": [1, 12],
|
||||
"(": [1, 13],
|
||||
")": [1, 14],
|
||||
"-": [1, 15],
|
||||
"'": [1, 16],
|
||||
"!": [1, 17],
|
||||
_: [1, 18],
|
||||
"+": [1, 19],
|
||||
"\\": [1, 20],
|
||||
"/": [1, 21],
|
||||
|
|
@ -67,7 +68,7 @@ export const FONT_LOOKUP: { [letter: string]: [number, number] } = {
|
|||
"^": [1, 24],
|
||||
"&": [1, 25],
|
||||
"%": [1, 26],
|
||||
".": [1, 27],
|
||||
",": [1, 27],
|
||||
"=": [1, 28],
|
||||
$: [1, 29],
|
||||
"#": [1, 30],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue