Use dynamic credits lists for main menu credits screens (and add GitHub contributors) (#160)

Also added GitHub contributors to the credits on the main menu
(previously they were only present in the credits at the end of the
game)
This commit is contained in:
Matt Penny
2020-02-11 23:45:58 -05:00
committed by GitHub
parent 4ccb48f440
commit df1c1303bf
4 changed files with 94 additions and 172 deletions

View File

@@ -184,6 +184,7 @@ public:
std::vector<bool> menuoptionsactive;
int nummenuoptions, currentmenuoption ;
std::string menuselection, currentmenuname, previousmenuname;
int current_credits_list_index;
int menuxoff, menuyoff;
int menucountdown;