ReC98/th03/sprites/score.h

5 lines
148 B
C

// In-game score font. Stored upside down.
#define SCORE_FONT_W 8
#define SCORE_FONT_H 8
extern const dots8_t sSCORE_FONT[10][8 / sizeof(dots8_t)];