half-finished codes, options icons, and two new modifiers.
This commit is contained in:
@@ -28,12 +28,12 @@ MenuTimer::MenuTimer()
|
||||
m_textDigit1.LoadFromFont( THEME->GetPathTo("Fonts","timer numbers") );
|
||||
m_textDigit1.TurnShadowOff();
|
||||
m_textDigit1.SetXY( -18, 0 );
|
||||
this->AddSubActor( &m_textDigit1 );
|
||||
this->AddChild( &m_textDigit1 );
|
||||
|
||||
m_textDigit2.LoadFromFont( THEME->GetPathTo("Fonts","timer numbers") );
|
||||
m_textDigit2.TurnShadowOff();
|
||||
m_textDigit2.SetXY( +18, 0 );
|
||||
this->AddSubActor( &m_textDigit2 );
|
||||
this->AddChild( &m_textDigit2 );
|
||||
|
||||
m_soundBeep.Load( THEME->GetPathTo("Sounds","menu timer") );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user