Regen potion and stuff, other little things

This commit is contained in:
ElijahZAwesome 2018-01-22 18:37:15 -06:00
parent 5e06ba05c7
commit 24567827c2
6 changed files with 24 additions and 34 deletions

View file

@ -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;