Add overlay highlight for record raids

This commit is contained in:
Ganom
2019-06-18 18:22:23 -04:00
parent 602c843a80
commit 6c3080307d

View File

@@ -294,6 +294,7 @@ public class RaidsOverlay extends Overlay
.text("Record Raid")
.color(Color.GREEN)
.build());
panelComponent.setBackgroundColor(new Color(0,255,0,10));
}
TableComponent tableComponent = new TableComponent();