use fading banner
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#define EDIT_MENU_H
|
#define EDIT_MENU_H
|
||||||
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "Banner.h"
|
#include "FadingBanner.h"
|
||||||
#include "TextBanner.h"
|
#include "TextBanner.h"
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
#include "DifficultyMeter.h"
|
#include "DifficultyMeter.h"
|
||||||
@@ -97,8 +97,8 @@ private:
|
|||||||
BitmapText m_textLabel[NUM_ROWS];
|
BitmapText m_textLabel[NUM_ROWS];
|
||||||
BitmapText m_textValue[NUM_ROWS];
|
BitmapText m_textValue[NUM_ROWS];
|
||||||
|
|
||||||
Banner m_GroupBanner;
|
FadingBanner m_GroupBanner;
|
||||||
Banner m_SongBanner;
|
FadingBanner m_SongBanner;
|
||||||
TextBanner m_SongTextBanner;
|
TextBanner m_SongTextBanner;
|
||||||
DifficultyMeter m_Meter;
|
DifficultyMeter m_Meter;
|
||||||
DifficultyMeter m_SourceMeter;
|
DifficultyMeter m_SourceMeter;
|
||||||
|
|||||||
Reference in New Issue
Block a user