continents.json 1.23 KB
{
	"mapwidth":"400",
	"mapheight":"220",
	"categories":[],
	"levels":[
		{
			"id":"world",
			"title":"World",
			"map":"maps/world-continents.svg",
			"locations":[
				{
					"id": "northamerica",
					"title": "North America",
					"description": "North America",
					"pin": "hidden",
					"fill": "#82c03e",
					"x": "0.2184",
					"y": "0.2539"
				},
				{
					"id": "europe",
					"title": "Europe",
					"description": "Europe.",
					"fill": "#795ecd",
					"pin": "hidden",
					"x": "0.5516",
					"y": "0.2517"
				},
				{
					"id": "africa",
					"title": "Africa",
					"description": "Africa",
					"pin": "hidden",
					"fill": "#f19819",
					"x": "0.5439",
					"y": "0.6268"
				},
				{
					"id": "asia",
					"title": "Asia",
					"description": "Asia",
					"pin": "hidden",
					"fill": "#f23543",
					"x": "0.7643",
					"y": "0.3136"
				},
				{
					"id": "australia",
					"title": "Australia",
					"description": "Australia",
					"pin": "hidden",
					"fill": "#fdca2a",
					"x": "0.9034",
					"y": "0.7443"
				},
				{
					"id": "southamerica",
					"title": "South America",
					"description": "South America",
					"pin": "hidden",
					"fill": "#29afa1",
					"x": "0.2910",
					"y": "0.7673"
				}
			]
		}
	]
}