Merge pull request #3819 from deathbeam/fix-ground-items-box-size

Change ground items box size from 6 px to 8 px
This commit is contained in:
Adam
2018-06-15 16:37:39 -04:00
committed by GitHub

View File

@@ -279,7 +279,7 @@ public class GroundItemsOverlay extends Overlay
// Hidden box
x += width + 2;
y = textY - (RECTANGLE_SIZE + stringHeight) / 2;
width = height = RECTANGLE_SIZE - 2;
width = height = RECTANGLE_SIZE;
final Rectangle itemHiddenBox = new Rectangle(x, y, width, height);
// Highlight box