mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Addresses #1184.
CV and LHA icons are now the same colour as airfields. Destination markers now have transparency.
This commit is contained in:
@@ -398,6 +398,7 @@ class ControlPoint {
|
||||
zIndexOffset: 1000,
|
||||
draggable: this.cp.mobile,
|
||||
autoPan: true,
|
||||
opacity: 0.5,
|
||||
})
|
||||
.on("dragstart", () => {
|
||||
this.secondaryMarker.addTo(controlPointsLayer);
|
||||
|
||||
Reference in New Issue
Block a user