Skip to content

Commit

Permalink
Implement more of InGameUI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwil committed Jan 29, 2024
1 parent 0524e8b commit e20e7a0
Show file tree
Hide file tree
Showing 10 changed files with 1,323 additions and 32 deletions.
2 changes: 2 additions & 0 deletions src/game/client/globallanguage.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class GlobalLanguage : public SubsystemInterface
const FontDesc &Superweapon_Countdown_Ready_Font() const { return m_superweaponCountdownReadyFont; }
const FontDesc &Named_Timer_Countdown_Normal_Font() const { return m_namedTimerCountdownNormalFont; }
const FontDesc &Named_Timer_Countdown_Ready_Font() const { return m_namedTimerCountdownReadyFont; }
int Get_Military_Caption_Delay_MS() const { return m_militaryCaptionDelayMs; }
int Get_Military_Caption_Speed() const { return m_militaryCaptionSpeed; }

static void Parse_Language_Definition(INI *ini);
static void Parse_Font_Filename(INI *ini, void *formal, void *store, void const *user_data);
Expand Down
Loading

0 comments on commit e20e7a0

Please sign in to comment.