From d48f488a4d51e3c2f218bb6895452783215e5b90 Mon Sep 17 00:00:00 2001 From: Shad Amethyst Date: Tue, 5 Apr 2022 01:55:39 +0200 Subject: [PATCH] Add the sun from oneshot Not quite sure how you want to handle the indexing for PRs, since all of the current PRs are competing for the next one. Nonetheless, here's the sun from OneShot on the top-left quadrant. --- web/_js/atlas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_js/atlas.js b/web/_js/atlas.js index 220be23d..f1056bae 100644 --- a/web/_js/atlas.js +++ b/web/_js/atlas.js @@ -226,7 +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": "The Sun","description": "The Sun is the name of the lightbulb held by Niko in the game OneShot.","website": "https://www.oneshot-game.com","subreddit": "/r/OneShot","center": [1681.5,555.5],"path": [[1668.5,564.5],[1671.5,561.5],[1669.5,558.5],[1669.5,552.5],[1672.5,547.5],[1678.5,543.5],[1684.5,543.5],[1690.5,547.5],[1693.5,552.5],[1693.5,558.5],[1690.5,563.5],[1684.5,567.5],[1678.5,567.5],[1674.5,565.5],[1672.5,568.5],[1670.5,567.5]]} ]; //console.log("There are "+atlas.length+" entries in the Atlas.");