render: implement experimental font change, needs work
This commit is contained in:
parent
6281c756a8
commit
59db4e7d79
5 changed files with 21 additions and 14 deletions
|
|
@ -16,7 +16,7 @@ void render_enemies(const Enemy *enemies, int count);
|
|||
void render_items(const Item *items, int count);
|
||||
|
||||
// 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue