mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 01:53:37 +00:00
reomve fill color
This commit is contained in:
@@ -108,7 +108,6 @@ export class FactoryRadiusLayer implements Layer {
|
||||
}
|
||||
|
||||
private drawArcSegments(ctx: CanvasRenderingContext2D, a: FactoryRadius) {
|
||||
const fillColor = "rgba(0, 255, 0, 0.15)";
|
||||
const strokeColor = "rgba(0, 255, 0, 0.8)";
|
||||
const outlineColor = "rgba(0, 0, 0, 0.6)";
|
||||
const lineWidth = 2;
|
||||
|
||||
Reference in New Issue
Block a user