added a transition between course songs

This commit is contained in:
Chris Danford
2002-08-01 03:15:27 +00:00
parent 32e07da63a
commit 4e1bd74ee6
26 changed files with 326 additions and 114 deletions
+4
View File
@@ -25,6 +25,7 @@
#include "ScoreDisplay.h"
#include "DifficultyBanner.h"
#include "TransitionFadeWipe.h"
#include "TransitionOniFade.h"
// messages sent by Combo
@@ -78,10 +79,13 @@ private:
Background m_Background;
TransitionOniFade m_OniFade; // shows between songs in a course
ActorFrame m_frameTop;
Sprite m_sprTopFrame;
LifeMeter* m_pLifeMeter[NUM_PLAYERS];
BitmapText m_textStageNumber;
BitmapText m_textCourseSongNumber[NUM_PLAYERS];
ActorFrame m_frameBottom;
Sprite m_sprBottomFrame;