Cleanup of theme element names

Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
This commit is contained in:
Chris Danford
2003-03-09 00:55:49 +00:00
parent 86b0b1e7d7
commit 31aa613295
207 changed files with 1529 additions and 2246 deletions
+3 -3
View File
@@ -48,7 +48,7 @@ EditMenu::EditMenu()
for( i=0; i<2; i++ )
{
m_sprArrows[i].Load( THEME->GetPathTo("Graphics",ssprintf("edit menu %s",(i==0?"left":"right"))) );
m_sprArrows[i].Load( THEME->GetPathTo("Graphics",ssprintf("EditMenu %s",(i==0?"left":"right"))) );
m_sprArrows[i].SetX( ARROWS_X(i) );
this->AddChild( &m_sprArrows[i] );
}
@@ -98,8 +98,8 @@ EditMenu::EditMenu()
this->AddChild( &m_SourceMeter );
m_soundChangeRow.Load( THEME->GetPathTo("sounds","edit menu row") );
m_soundChangeValue.Load( THEME->GetPathTo("sounds","edit menu value") );
m_soundChangeRow.Load( THEME->GetPathTo("sounds","EditMenu row") );
m_soundChangeValue.Load( THEME->GetPathTo("sounds","EditMenu value") );
// fill in data structures