change elements to have format "<name> <piece>"

This commit is contained in:
Chris Danford
2005-02-06 03:06:42 +00:00
parent 72fea98241
commit 544dd78497
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ ScoreDisplayNormal::ScoreDisplayNormal()
{
LOG->Trace( "ScoreDisplayNormal::ScoreDisplayNormal()" );
m_sprFrame.Load( THEME->GetPathToG("ScoreDisplayNormal frame") );
m_sprFrame.Load( THEME->GetPathG("ScoreDisplayNormal","frame") );
this->AddChild( &m_sprFrame );
// init the text
m_text.LoadFromFont( THEME->GetPathToF("ScoreDisplayNormal") );
m_text.LoadFromFont( THEME->GetPathF("ScoreDisplayNormal","numbers") );
m_text.SetShadowLength( 0 );
m_iScore = 0;