Feature Modification: BLINK mode blinks as it does on EZ2
This commit is contained in:
@@ -115,7 +115,7 @@ float ArrowGetPercentVisible( PlayerNumber pn, float fYPos )
|
|||||||
fAlpha = 0;
|
fAlpha = 0;
|
||||||
break;
|
break;
|
||||||
case PlayerOptions::APPEARANCE_BLINK: // this is an Ez2dancer Appearance Mode
|
case PlayerOptions::APPEARANCE_BLINK: // this is an Ez2dancer Appearance Mode
|
||||||
fAlpha = sinf( TIMER->GetTimeSinceStart()*3 );
|
fAlpha = sinf( TIMER->GetTimeSinceStart()*12 );
|
||||||
fAlpha = froundf( fAlpha, 0.3333f );
|
fAlpha = froundf( fAlpha, 0.3333f );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -373,9 +373,9 @@ ScreenStage::ScreenStage()
|
|||||||
|
|
||||||
for (i=0; i<2; i++) // specify the font file.
|
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","normal") );
|
||||||
m_ez2ukm[i].TurnShadowOff();
|
m_ez2ukm[i].TurnShadowOff();
|
||||||
m_stagedesc[i].LoadFromFont( THEME->GetPathTo("Fonts","stage") );
|
m_stagedesc[i].LoadFromFont( THEME->GetPathTo("Fonts","normal") );
|
||||||
m_stagedesc[i].TurnShadowOff();
|
m_stagedesc[i].TurnShadowOff();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -489,7 +489,7 @@ ScreenStage::ScreenStage()
|
|||||||
|
|
||||||
|
|
||||||
// write the stage name
|
// write the stage name
|
||||||
m_stagename.LoadFromFont( THEME->GetPathTo("Fonts","stage") );
|
m_stagename.LoadFromFont( THEME->GetPathTo("Fonts","normal") );
|
||||||
m_stagename.TurnShadowOff();
|
m_stagename.TurnShadowOff();
|
||||||
|
|
||||||
m_stagename.SetXY( CENTER_X+400, CENTER_Y-30+element_y_offsets ); // set initial position
|
m_stagename.SetXY( CENTER_X+400, CENTER_Y-30+element_y_offsets ); // set initial position
|
||||||
|
|||||||
Reference in New Issue
Block a user