themeable menu timer text

This commit is contained in:
Chris Danford
2005-05-04 02:30:55 +00:00
parent c5a94d749c
commit 00fd1cfab9
3 changed files with 48 additions and 26 deletions
+6 -3
View File
@@ -31,10 +31,13 @@ protected:
float m_fStallSeconds, m_fStallSecondsLeft;
bool m_bPaused;
void SetText( int iSeconds );
void SetText( float fSeconds );
BitmapText m_textDigit1;
BitmapText m_textDigit2;
#define NUM_MENU_TIMER_TEXTS 2
BitmapText m_text[NUM_MENU_TIMER_TEXTS];
LuaExpression m_exprFormatText[NUM_MENU_TIMER_TEXTS];
RageSound m_soundBeep;