mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-26 10:12:16 +11:00
Add hi-score graphics
This commit is contained in:
parent
0173ab753a
commit
10dc668d9e
8 changed files with 41 additions and 8 deletions
|
|
@ -11,4 +11,8 @@ extern const uint8_t score_pic_data[];
|
|||
#define MOVES_PIC_HEIGHT 14
|
||||
extern const uint8_t moves_pic_data[];
|
||||
|
||||
#define HIGH_PIC_WIDTH_BYTES 8
|
||||
#define HIGH_PIC_HEIGHT 14
|
||||
extern const uint8_t high_pic_data[];
|
||||
|
||||
#endif /* _GRAPH_MISC_DATA_HEADER_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue