re-wrote score/statistics tracking

This commit is contained in:
Chris Danford
2002-07-28 20:28:37 +00:00
parent e07060fa08
commit f9046674fb
59 changed files with 1027 additions and 910 deletions
-6
View File
@@ -26,11 +26,6 @@ void GhostArrow::Update( float fDeltaTime )
Sprite::Update( fDeltaTime );
}
void GhostArrow::SetBeat( const float fSongBeat )
{
//SetState( fmodf(fSongBeat,1)<0.25 ? 1 : 0 );
}
void GhostArrow::Step( TapNoteScore score )
{
switch( score )
@@ -47,5 +42,4 @@ void GhostArrow::Step( TapNoteScore score )
D3DXCOLOR colorTween = GetDiffuseColor();
colorTween.a = 0;
SetTweenDiffuseColor( colorTween );
}