Original voice acting (batch 1). Plus other stuff.

This commit is contained in:
Mari the Deer 2021-10-05 19:22:34 +02:00
commit 651376f182
450 changed files with 1556 additions and 768 deletions

View file

@ -39,6 +39,9 @@ Class DemolitionistMenu : GenericMenu
String c_tz;
// somehow Drawer can be called while closing prematurely, which is big bollocks
bool isclosing;
// the tabs
Array<DemolitionistMenuTab> tabs;
int curtab;
// returns MPlus if we're playing in Japanese, otherwise returns the requested font
Font LangFont( Font req )