have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether)

This commit is contained in:
Chris Danford
2004-05-30 23:23:39 +00:00
parent ef17d8b09e
commit 3cadf4c5d5
18 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ScoreDisplayOni::ScoreDisplayOni()
this->AddChild( &m_sprFrame );
// init the text
m_text.LoadFromNumbers( THEME->GetPathToN("ScoreDisplayOni") );
m_text.LoadFromFont( THEME->GetPathToN("ScoreDisplayOni") );
m_text.SetShadowLength( 0 );
this->AddChild( &m_text );
}