Erwan
- bug fix in JGE++ audio (improve HBL compatibility) - Added new rewards in story mode: random card, card (either by "name" or id), specific set - Story mode: added possibility to choose music, and bg for duel. -- See "01. Where it all begins" for examples of new features
This commit is contained in:
@@ -60,7 +60,10 @@ public:
|
||||
PARSE_PLAYER2,
|
||||
PARSE_PLAYERS
|
||||
};
|
||||
Rules(string filename);
|
||||
|
||||
string bg;
|
||||
|
||||
Rules(string filename, string bg = "");
|
||||
int load(string filename);
|
||||
int gamemode;
|
||||
void initPlayers();
|
||||
@@ -71,6 +74,7 @@ public:
|
||||
RulesState initState;
|
||||
static int getMTGId(string name);
|
||||
static MTGCardInstance * getCardByMTGId(int mtgid);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user