Add config to FoundryOverlay3D
This commit is contained in:
@@ -34,14 +34,17 @@ public class FoundryOverlay3D extends Overlay {
|
|||||||
private final Client client;
|
private final Client client;
|
||||||
private final EasyGiantsFoundryState state;
|
private final EasyGiantsFoundryState state;
|
||||||
private final EasyGiantsFoundryHelper helper;
|
private final EasyGiantsFoundryHelper helper;
|
||||||
|
private final EasyGiantsFoundryConfig config;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private FoundryOverlay3D(Client client, EasyGiantsFoundryState state, EasyGiantsFoundryHelper helper)
|
private FoundryOverlay3D(Client client, EasyGiantsFoundryState state, EasyGiantsFoundryHelper helper,
|
||||||
|
EasyGiantsFoundryConfig config)
|
||||||
{
|
{
|
||||||
setPosition(OverlayPosition.DYNAMIC);
|
setPosition(OverlayPosition.DYNAMIC);
|
||||||
this.client = client;
|
this.client = client;
|
||||||
this.state = state;
|
this.state = state;
|
||||||
this.helper = helper;
|
this.helper = helper;
|
||||||
|
this.config = config;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Color getObjectColor(Stage stage, Heat heat)
|
private Color getObjectColor(Stage stage, Heat heat)
|
||||||
|
|||||||
Reference in New Issue
Block a user