changed format of score frame graphics

This commit is contained in:
Chris Danford
2003-05-05 06:48:20 +00:00
parent 8ff37e0164
commit f574c4782a
12 changed files with 29 additions and 14 deletions
+3
View File
@@ -22,6 +22,9 @@ ScoreDisplayRave::ScoreDisplayRave()
{
LOG->Trace( "ScoreDisplayRave::ScoreDisplayRave()" );
m_sprFrame.Load( THEME->GetPathToG("ScoreDisplayRave frame") );
this->AddChild( &m_sprFrame );
m_textCurrentAttack.LoadFromFont( THEME->GetPathToF("Common normal") );
this->AddChild( &m_textCurrentAttack );
}