Squad-Wiki / squad-wiki-pipeline-map-data

Creative Commons Attribution Share Alike 4.0 International
30 stars 7 forks source link

Update to clusters and lanes #93

Closed Shanomac99 closed 9 months ago

Shanomac99 commented 9 months ago

Lanes object now functions as the following:

capturePoints -> lanes -> links capturePoints -> lanes -> laneObjects

Changed lanes from array into object. Moved lanes info from lanes into laneObjects while converting to an object to match upcoming change with clusters. Added array of lane names listOfLanes into lanes to allow easier parsing of new laneObjects object.