add stream separator to CombinedLifeMeterTug

This commit is contained in:
Chris Danford
2003-11-27 08:02:36 +00:00
parent b716ee6680
commit 4343594040
4 changed files with 12 additions and 3 deletions
+3 -2
View File
@@ -37,11 +37,12 @@ ScoreDisplayRave::ScoreDisplayRave()
this->AddChild( &m_sprMeter[i] );
}
this->AddChild( &m_sprFrameOverlay );
m_textLevel.LoadFromNumbers( THEME->GetPathToN("ScoreDisplayRave level") );
m_textLevel.SetText( "1" );
m_textLevel.SetShadowLength( 0 );
this->AddChild( &m_textLevel );
this->AddChild( &m_sprFrameOverlay );
}
void ScoreDisplayRave::Init( PlayerNumber pn )