mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Add Draw::Font::kZVote and Draw::Font::kPing
- OPPRF_FONT - PINGF_FONT
This commit is contained in:
parent
d223019e15
commit
8c0f7d5757
2 changed files with 8 additions and 0 deletions
|
|
@ -115,6 +115,12 @@ int Draw::font_to_fontno(Font font)
|
|||
|
||||
case Font::kFreeplay:
|
||||
return KART_FONT;
|
||||
|
||||
case Font::kZVote:
|
||||
return OPPRF_FONT;
|
||||
|
||||
case Font::kPing:
|
||||
return PINGF_FONT;
|
||||
}
|
||||
|
||||
return TINY_FONT;
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ public:
|
|||
kGamemode,
|
||||
kConsole,
|
||||
kFreeplay,
|
||||
kZVote,
|
||||
kPing,
|
||||
};
|
||||
|
||||
enum class Align
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue