From 76806cdd139931d562c2645f19239c1449553eb6 Mon Sep 17 00:00:00 2001 From: Noah-C-S <46874097+Noah-C-S@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:07:47 -0400 Subject: [PATCH] Update atlas.js Added super smash bros. melee, ID number may have to change. Shape is accurate, and so is description. --- web/_js/atlas.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/_js/atlas.js b/web/_js/atlas.js index 220be23d..13f515d5 100644 --- a/web/_js/atlas.js +++ b/web/_js/atlas.js @@ -226,8 +226,7 @@ var atlas = [ {"id":176,"name": "Interlingue", "description": "Flag of Interlingue, an IAL to communicate between Western European languages.", "website": "https://occidental-lang.com", "subreddit": "/r/interlingue", "center": [ 768.5, 328.5 ], "path": [ [ 765.5, 326.5 ], [ 770.5, 326.5 ], [ 770.5, 329.5 ], [ 765.5, 329.5 ] ] }, {"id":177, "name": "Viossa", "description": "Flag of the conpidgin Viossa.", "website": "", "subreddit": "/r/viossa", "center": [ 775.5, 296.5 ], "path": [ [ 769.5, 290.5 ], [ 780.5, 290.5 ], [ 780.5, 301.5 ], [ 769.5, 301.5 ] ] }, {"id":178, "name": "Lojban", "description": "Flag of Lojban", "website": "https://lojban.org", "subreddit": "/r/lojban", "center": [ 760.5, 328.5 ], "path": [ [ 763.5, 326.5 ], [ 757.5, 326.5 ], [ 757.5, 330.5 ], [ 763.5, 330.5 ] ] }, - -]; +{"id": 179, "name": "Super Smash Bros Melee", "description": "Super smash bros melee, a fighting game community dedicated to their game, which they have not abandoned after 20 years and 3 sequels. They also never abandoned their main slippi.gg logo, which stood for effectively the whole duration of r/place. They also collaborated with place trees to construct Dream Land, one of the 6 legal stages in competitive Melee, featuring Whispy woods, and added Fox and Falco Stock icons. ", "website": "https://slippi.gg", "subreddit": "/r/ssbm", "center": [789.5,943.5],"path": [[776.5,927.5],[775.5,961.5],[781.5,962.5],[781.5,978.5],[800.5,982.5],[817.5,979.5],[818.5,962.5],[824.5,962.5],[823.5,926.5],[800.5,915.5],[777.5,926.5],[771.5,907.5],[750.5,905.5],[749.5,927.5],[748.5,945.5],[776.5,947.5]]}]; //console.log("There are "+atlas.length+" entries in the Atlas.");