Use the correct sprite for the space character

This commit is contained in:
Jordan Eldredge 2018-02-02 08:25:00 -08:00
parent 58ff98cd58
commit a2b4303e2f

View file

@ -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],