fixed generous Toasty

CHANGE:  Simplified NoteSkin format.  Old NoteSkins will need to be updated.
fixed BGAnimationLayer effect_bounce objects getting stuck
This commit is contained in:
Chris Danford
2003-01-13 08:31:34 +00:00
parent a5f17c7df1
commit fa75b5200b
9 changed files with 98 additions and 198 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const float JUDGEMENT_DISPLAY_TIME = 0.8f;
Judgement::Judgement()
{
m_fDisplayCountdown = 0;
m_sprJudgement.Load( THEME->GetPathTo("Graphics","gameplay judgement") );
m_sprJudgement.Load( THEME->GetPathTo("Graphics","gameplay judgement 1x6") );
m_sprJudgement.StopAnimating();
m_sprJudgement.TurnShadowOn();
this->AddChild( &m_sprJudgement );