per-player NoteSkin

NoteSkin selected on PlayerOptions screen
tweaked judgement appearance
marvelous judgement glow
ActorEffect cleanup
This commit is contained in:
Chris Danford
2003-02-17 12:19:42 +00:00
parent 6d96209d14
commit 032bf447f3
46 changed files with 706 additions and 682 deletions
+4 -6
View File
@@ -25,8 +25,8 @@
#include "RandomSample.h"
#include "ScoreDisplay.h"
#include "LifeMeterBar.h"
#include "Judgement.h"
#include "HoldJudgement.h"
#include "Judgment.h"
#include "HoldJudgment.h"
#include "Combo.h"
#include "NoteField.h"
#include "GrayArrowRow.h"
@@ -72,12 +72,10 @@ protected:
NoteField m_NoteField;
GhostArrowRow m_GhostArrowRow;
HoldJudgement m_HoldJudgement[MAX_NOTE_TRACKS];
HoldJudgment m_HoldJudgment[MAX_NOTE_TRACKS];
ActorFrame m_frameJudgement;
Judgement m_Judgement;
Judgment m_Judgment;
ActorFrame m_frameCombo;
Combo m_Combo;
LifeMeter* m_pLifeMeter;