Animate trophies on Challenge and Galactic Map sections.

This commit is contained in:
Steve 2016-04-27 12:53:18 +01:00
parent 603d2ed7a0
commit 9ea17341e3
4 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,8 @@ static void logic(void)
doTrophyAlerts();
doWidgets();
doTrophies();
}
static void doChallenges(void)

View File

@ -67,6 +67,7 @@ extern void awardStatsTrophies(void);
extern void awardChallengeTrophies(void);
extern void initTrophiesDisplay(void);
extern void drawTrophies(void);
extern void doTrophies(void);
extern App app;
extern Battle battle;

View File

@ -180,6 +180,8 @@ static void logic(void)
doWidgets();
doTrophyAlerts();
doTrophies();
}
static void doStarSystems(void)

View File

@ -67,6 +67,7 @@ extern void awardCampaignTrophies(void);
extern void awardStatsTrophies(void);
extern void initTrophiesDisplay(void);
extern void drawTrophies(void);
extern void doTrophies(void);
extern App app;
extern Colors colors;