clean up Fonts and Numbers names
This commit is contained in:
@@ -52,7 +52,7 @@ JukeboxMenu::JukeboxMenu()
|
||||
m_textLabel[i].SetHorizAlign( Actor::align_left );
|
||||
this->AddChild( &m_textLabel[i] );
|
||||
|
||||
m_textValue[i].LoadFromFont( THEME->GetPathTo("Fonts","normal") );
|
||||
m_textValue[i].LoadFromFont( THEME->GetPathTo("Fonts","Common normal") );
|
||||
m_textValue[i].SetXY( ROW_VALUE_X(i), ROW_Y(i) );
|
||||
m_textValue[i].SetText( "blah" );
|
||||
m_textValue[i].SetZoom( 0.8f );
|
||||
|
||||
Reference in New Issue
Block a user