Yet more theme cleanup. This should be the job of the artists!
This commit is contained in:
@@ -365,9 +365,9 @@ ScreenStage::ScreenStage()
|
||||
|
||||
for (i=0; i<2; i++) // specify the font file.
|
||||
{
|
||||
m_ez2ukm[i].LoadFromFont( THEME->GetPathTo("Fonts","Stage") );
|
||||
m_ez2ukm[i].LoadFromFont( THEME->GetPathTo("Fonts","Stage ez2") );
|
||||
m_ez2ukm[i].TurnShadowOff();
|
||||
m_stagedesc[i].LoadFromFont( THEME->GetPathTo("Fonts","Stage") );
|
||||
m_stagedesc[i].LoadFromFont( THEME->GetPathTo("Fonts","Stage ez2") );
|
||||
m_stagedesc[i].TurnShadowOff();
|
||||
}
|
||||
|
||||
@@ -481,7 +481,7 @@ ScreenStage::ScreenStage()
|
||||
|
||||
|
||||
// write the stage name
|
||||
m_stagename.LoadFromFont( THEME->GetPathTo("Fonts","Stage") );
|
||||
m_stagename.LoadFromFont( THEME->GetPathTo("Fonts","Stage ez2") );
|
||||
m_stagename.TurnShadowOff();
|
||||
|
||||
m_stagename.SetXY( CENTER_X+400, CENTER_Y-30+element_y_offsets ); // set initial position
|
||||
|
||||
Reference in New Issue
Block a user