Difference between revisions of "Sandbox - Warren"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{
+
:For even more member projects, visit our #showcase channel on Slack, or follow [[About PPM#Social Media Links|'''our social media links''']].
  "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"
 
        }
 
      }
 
    }
 
  ]
 
}
 

Revision as of 20:24, 1 May 2022

For even more member projects, visit our #showcase channel on Slack, or follow our social media links.