show life and combo graphs over the whole song/course - not just over the time the player was alive
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
#include "PlayerNumber.h"
|
||||
|
||||
struct StageStats;
|
||||
struct PlayerStageStats;
|
||||
|
||||
class ComboGraph: public ActorFrame
|
||||
{
|
||||
public:
|
||||
~ComboGraph() { Unload(); }
|
||||
void Load( const CString& sScreen, const CString& sElement, const StageStats &s, PlayerNumber pn );
|
||||
void Load( const CString& sScreen, const CString& sElement, const StageStats &s, const PlayerStageStats &pss );
|
||||
void Unload();
|
||||
void TweenOffScreen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user