srb2::Draw: add menu font

This commit is contained in:
James R 2023-12-28 04:42:52 -08:00
parent 6d929b6be9
commit 1c056acc2c
2 changed files with 4 additions and 0 deletions

View file

@ -172,6 +172,9 @@ int Draw::font_to_fontno(Font font)
case Font::kTimer:
return TIMER_FONT;
case Font::kMenu:
return MENU_FONT;
}
return TINY_FONT;

View file

@ -37,6 +37,7 @@ public:
kZVote,
kPing,
kTimer,
kMenu,
};
enum class Align