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
@@ -39,7 +39,7 @@ ScoreDisplayRave::ScoreDisplayRave()
this->AddChild( &m_sprFrameOverlay );
m_textLevel.LoadFromNumbers( THEME->GetPathToN("ScoreDisplayRave level") );
m_textLevel.LoadFromFont( THEME->GetPathToN("ScoreDisplayRave level") );
m_textLevel.SetText( "1" );
m_textLevel.SetShadowLength( 0 );
this->AddChild( &m_textLevel );