For example the heart ❤ (column index: 0x and row index: x3) is at index 0x03.
int heartIndex = 0x03;
render.displayCharacter(heartIndex); // display a scrolling heart ❤.
For example the heart ❤ (column index: 0x and row index: x3) is at index 0x03.
int heartIndex = 0x03;
render.displayCharacter(heartIndex); // display a scrolling heart ❤.