mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 10:37:16 +00:00
Use the correct sprite for the space character
This commit is contained in:
parent
58ff98cd58
commit
a2b4303e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ export const FONT_LOOKUP = {
|
|||
z: [0, 25],
|
||||
'"': [0, 26],
|
||||
"@": [0, 27],
|
||||
" ": [0, 30],
|
||||
"0": [1, 0],
|
||||
"1": [1, 1],
|
||||
"2": [1, 2],
|
||||
|
|
@ -64,7 +65,6 @@ export const FONT_LOOKUP = {
|
|||
Ä: [2, 2],
|
||||
"?": [2, 3],
|
||||
"*": [2, 4],
|
||||
" ": [2, 5],
|
||||
"<": [1, 22],
|
||||
">": [1, 23],
|
||||
"{": [1, 22],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue