Adding fancier XP bar (#1597)
This commit is contained in:
parent
c89bd9c001
commit
50dcf587f4
10 changed files with 237 additions and 51 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue