Map temp Office Sector/Level 1

From Abiotic Factor Wiki
Jump to navigation Jump to search

{

  "$schema": "https://abioticfactor.wiki.gg/extensions/DataMaps/schemas/v17.json",
  "include": [
     "Data:Maps/Standard_group_definitions"
  ],
  "crs": {

"topLeft": [ 0, 0 ], "bottomRight": [ 2048, 1440 ], "order": "xy" },

  "backgrounds": [
      {
          "name": "Drawn",
          "x": 0,
          "y": 0,
          "width": "100%",
          "height": "100%",
          "image": "Office-Level-1.png"
      }
  ],
  "markers": {
      "outlet": [
          { "x": 19.12, "y": 19.86 },
          { "x": 84.73, "y": 16.1 },
          { "x": 27.23, "y": 27.26 }
      ]
  }

}