Pop'n Music Theme Changes

Themers can optionally enable an All Character / 2D only Character select on the mode select screen (pop'n support)
This commit is contained in:
Andrew Livy
2003-12-04 04:28:19 +00:00
parent 966d108817
commit 761cb4e257
8 changed files with 252 additions and 3 deletions
+4
View File
@@ -30,10 +30,14 @@ public:
CString GetWarmUpAnimationPath() const;
CString GetDanceAnimationPath() const;
CString GetSongSelectIconPath() const;
bool Has2DElems();
CString m_sCharDir;
CString m_sName;
// All the stuff below will be filled in if this character is playable in Rave mode
bool m_bUsableInRave;