mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-26 20:42:17 +11:00
Add hi-score graphics
This commit is contained in:
parent
0173ab753a
commit
10dc668d9e
8 changed files with 41 additions and 8 deletions
|
|
@ -21,7 +21,7 @@ typedef enum {
|
|||
} arrow_direction;
|
||||
|
||||
void ddraw_field_borders_on_buffer(uint8_t brd);
|
||||
void draw_game_background(void);
|
||||
void draw_game_background(uint16_t hi_score);
|
||||
void draw_number(uint16_t n, uint8_t len, uint8_t x, uint8_t y);
|
||||
void draw_tiles(void);
|
||||
void ddraw_single_tile(uint8_t offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue