Prevent cannonball count conflicting with health bars (#2857)

Adjust cannonball count height to not conflict with player health bar when standing directly on cannon. Corrected to sit between player health bar and hit splats.
This commit is contained in:
Damen
2018-06-29 02:24:55 -04:00
committed by Tomas Slusny
parent f25afcbec2
commit 3d1a00fe2a

View File

@@ -81,7 +81,7 @@ class CannonOverlay extends Overlay
Point cannonLoc = Perspective.getCanvasTextLocation(client,
graphics,
cannonPoint,
String.valueOf(plugin.getCballsLeft()), 200);
String.valueOf(plugin.getCballsLeft()), 150);
if (cannonLoc != null)
{