mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 09:51:15 +00:00
srb2::Draw: add menu font
This commit is contained in:
parent
6d929b6be9
commit
1c056acc2c
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ public:
|
|||
kZVote,
|
||||
kPing,
|
||||
kTimer,
|
||||
kMenu,
|
||||
};
|
||||
|
||||
enum class Align
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue