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