have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether)
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user