Slayer Font Fix
The font in the slayer plugin gets set to bold by default for some reason, deleted it.
This commit is contained in:
@@ -117,8 +117,6 @@ class SlayerOverlay extends WidgetItemOverlay
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
graphics.setFont(FontManager.getRunescapeBoldFont());
|
|
||||||
|
|
||||||
final Rectangle bounds = itemWidget.getCanvasBounds();
|
final Rectangle bounds = itemWidget.getCanvasBounds();
|
||||||
final TextComponent textComponent = new TextComponent();
|
final TextComponent textComponent = new TextComponent();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user