Adding fancier XP bar (#1597)

This commit is contained in:
thebigMuh 2021-04-19 02:59:20 +02:00 committed by GitHub
commit 50dcf587f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 237 additions and 51 deletions

View file

@ -17,6 +17,7 @@
#include "lighting.h"
#include "minitext.h"
#include "missiles.h"
#include "qol/xpbar.h"
#include "stores.h"
#include "towners.h"
#include "trigs.h"
@ -1116,6 +1117,11 @@ void CheckPanelInfo()
}
if (MouseX > 190 + PANEL_LEFT && MouseX < 437 + PANEL_LEFT && MouseY > 4 + PANEL_TOP && MouseY < 33 + PANEL_TOP)
pcursinvitem = CheckInvHLight();
if (CheckXPBarInfo()) {
panelflag = true;
pinfoflag = true;
}
}
/**