Add kills and level stats to Stats tab.

This commit is contained in:
Mari the Deer 2021-12-14 22:45:29 +01:00
commit 00790e9cd2
6 changed files with 269 additions and 32 deletions

View file

@ -16,6 +16,10 @@ Class DemolitionistHelpTab : DemolitionistMenuTab
mtext = new("DemolitionistMenuTextBox").Init(master,str);
return Super.Init(master);
}
override void OnDestroy()
{
mtext.Destroy();
}
override void MenuInput( int key )
{
switch ( key )