Erwan
- Added AI Decks unlock system. Please update your graphics folder, and crossing fingers that Ilya B. is still around as I don't have the correct fonts.
This commit is contained in:
@@ -25,10 +25,11 @@ public:
|
||||
class Credits{
|
||||
private:
|
||||
time_t gameLength;
|
||||
int isDifficultyUnlocked();
|
||||
int isDifficultyUnlocked(DeckStats * stats);
|
||||
int isMomirUnlocked();
|
||||
int isEvilTwinUnlocked();
|
||||
int isRandomDeckUnlocked();
|
||||
int IsMoreAIDecksUnlocked(DeckStats * stats);
|
||||
public:
|
||||
int value;
|
||||
Player * p1, *p2;
|
||||
|
||||
Reference in New Issue
Block a user