tweak SMMAX2 animations

This commit is contained in:
Chris Danford
2003-03-30 21:02:15 +00:00
parent ab74e7e103
commit a6232f80c9
3 changed files with 11 additions and 25 deletions
+6
View File
@@ -148,10 +148,16 @@ void BPMDisplay::CycleRandomly()
{
m_CountingState = cycle_randomly;
m_fTimeLeftInState = 0;
m_textBPM.SetTweenDiffuse( NORMAL_COLOR );
m_sprLabel.SetTweenDiffuse( NORMAL_COLOR );
}
void BPMDisplay::NoBPM()
{
m_CountingState = no_bpm;
m_textBPM.SetText( "..." );
m_textBPM.SetTweenDiffuse( NORMAL_COLOR );
m_sprLabel.SetTweenDiffuse( NORMAL_COLOR );
}