Difference between revisions of "Sandbox - Warren"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
(Blanked the page)
Tags: Visual edit Blanking
 
(312 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
+
 
  "origin": "bottom-left",
 
  "coordinateOrder": "xy",
 
  "mapImage": "File:MapBackground.jpg",
 
  "mapBounds": [[0, 0], [1000, 1000]],
 
  "categories": [
 
    { "id": "1", "name": "Artifacts", "color": "#ff00ff" },
 
    { "id": "2", "name": "Dungeons", "color": "#00ff00" }
 
  ],
 
  "markers": [
 
    {
 
      "categoryId": "1",
 
      "position": [500, 300],
 
      "popup": {
 
        "title": "A Sword",
 
        "description": "Very important artifact",
 
        "link": {
 
          "url": "Article about a sword",
 
          "label": "See more"
 
        }
 
      }
 
    },
 
    {
 
      "categoryId": "2",
 
      "position": [300, 500],
 
      "popup": {
 
        "title": "A Cave",
 
        "description": "Very scary dungeon",
 
        "link": {
 
          "url": "Article about a cave",
 
          "label": "See more"
 
        }
 
      }
 
    }
 
  ]
 
}
 

Latest revision as of 20:24, 7 May 2024