More Korean Fonts, (still more to come), Ez2 UK Move theme updates, started working on mode-specific BGAnim support

This commit is contained in:
Andrew Livy
2003-05-20 14:48:38 +00:00
parent 822a5441dd
commit c8b3b8cf72
11 changed files with 388 additions and 25 deletions
+4
View File
@@ -17,6 +17,7 @@ Andrew Livy
#include "ModeChoice.h"
#include "BitmapText.h"
#include "RandomSample.h"
#include "BGAnimationLayer.h"
/* Class Definition */
@@ -35,8 +36,10 @@ public:
protected:
virtual int GetSelectionIndex( PlayerNumber pn );
virtual void UpdateSelectableChoices();
void ChangeBGA();
int m_iNumChoices;
int m_iSelectableChoices[MAX_ELEMS];
RageSound m_soundModeChange;
RageSound m_soundConfirm;
RageSound m_soundStart;
@@ -47,5 +50,6 @@ protected:
Sprite m_sprJoinMessage[NUM_PLAYERS];
Sprite m_sprJoinFrame[NUM_PLAYERS];
Sprite m_Guide;
vector<BGAnimation*> m_Backgrounds;
bool m_bSelected;
};