1
0
Fork 0
forked from NotAShelf/rogged

render: implement experimental font change, needs work

This commit is contained in:
A.M. Rowsell 2026-04-08 09:28:22 -04:00 committed by raf
commit 2fdebb8f41
5 changed files with 21 additions and 14 deletions

View file

@ -86,7 +86,7 @@ void render_enemies(const Enemy *enemies, int count, const unsigned char visible
void render_items(const Item *items, int count, const unsigned char visible[MAP_HEIGHT][MAP_WIDTH]);
// Render UI overlay
void render_ui(const Player *p);
void render_ui(const Player *p, Font *font);
// Render action log (bottom left corner)
void render_action_log(const char log[5][128], int count, int head);