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