Merge pull request #104 from Sethtroll/fixjewelrycount
fix for jewelry count widgetBounds
This commit is contained in:
@@ -103,8 +103,8 @@ class JewelryCountOverlay extends Overlay
|
|||||||
Rectangle widgetBounds = widget.getBounds();
|
Rectangle widgetBounds = widget.getBounds();
|
||||||
|
|
||||||
//to match inventory text
|
//to match inventory text
|
||||||
widgetBounds.x -= -5;
|
widgetBounds.x -= 5;
|
||||||
widgetBounds.y -= -1;
|
widgetBounds.y -= 1;
|
||||||
|
|
||||||
renderWidgetText(graphics, widgetBounds, charges.getCharges(), Color.white);
|
renderWidgetText(graphics, widgetBounds, charges.getCharges(), Color.white);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user