[ScreenNetEvaluation]
* Replace hardcoded rainbow effect with UserTier02OrBetterCommand. * Added Difficulty and Steps param to UpdateNetEvalStats message. The beginning of custom-themable online stuff begins. [ScreenNetSelectMusic] * Started to port SampleMusicPreviewMode from ScreenSelectMusic. * Changed MusicWheel metrics to read from OnlineMusicWheel instead. * Added section, roulette, and random music (not used yet). * Stop the music when reaching a section. [others] * some theme file additions
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "BitmapText.h"
|
||||
#include "ScreenMessage.h"
|
||||
#include "DifficultyIcon.h"
|
||||
#include "StepsDisplay.h"
|
||||
|
||||
class ScreenNetEvaluation: public ScreenEvaluation
|
||||
{
|
||||
@@ -28,8 +29,10 @@ protected:
|
||||
private:
|
||||
// todo: Make this an AutoActor -aj
|
||||
Quad m_rectUsersBG;
|
||||
// todo: Make this a DifficultyDisplay -aj
|
||||
|
||||
// todo: Make this a StepsDisplay -aj
|
||||
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
|
||||
//StepsDisplay m_StepsDisplays[NUM_PLAYERS];
|
||||
|
||||
vector<BitmapText> m_textUsers;
|
||||
int m_iCurrentPlayer;
|
||||
|
||||
Reference in New Issue
Block a user