Regen potion and stuff, other little things
This commit is contained in:
parent
5e06ba05c7
commit
24567827c2
6 changed files with 24 additions and 34 deletions
|
@ -1499,6 +1499,9 @@ void renderItemIcon(int itemID, int countLevel, int x, int y) {
|
|||
case ITEM_SPEED_POTION:
|
||||
render(x, y, 191, 160, 0);
|
||||
break;
|
||||
case ITEM_REGEN_POTION:
|
||||
render(x, y, 198, 160, 0);
|
||||
break;
|
||||
case ITEM_SLIME:
|
||||
renderb(x, y, 88, 152, 0, 0xFF4DC04D);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue