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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user