Add hi-score graphics

This commit is contained in:
hkz 2025-07-25 19:51:08 +02:00
commit 10dc668d9e
8 changed files with 41 additions and 8 deletions

View file

@ -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);