Fixed some ugliness in Extra Stage
This commit is contained in:
@@ -253,12 +253,7 @@ ScreenStage::ScreenStage()
|
||||
for( i=0; i<4; i++ )
|
||||
{
|
||||
// float fOffsetX = SCALE(i, 0, iNumChars-1, -(iNumChars-1)/2.0f*fFrameWidth, (iNumChars-1)/2.0f*fFrameWidth);
|
||||
if( stage_mode == MODE_FINAL )
|
||||
{
|
||||
m_sprNumbers[i].Load( THEME->GetPathTo("Graphics","stage final parts") );
|
||||
m_sprNumbers[i].StopAnimating();
|
||||
}
|
||||
|
||||
|
||||
m_sprNumbers[i].SetXY( CENTER_X - 170 + (90 * i), CENTER_Y );
|
||||
m_sprNumbers[i].SetY( CENTER_Y );
|
||||
m_sprNumbers[i].ZoomToWidth( 200.0f ); // make the numbers that appear really big
|
||||
|
||||
Reference in New Issue
Block a user