Merge pull request #59 from DecentM/decentm/vrchat

Add VRChat logo on the top
This commit is contained in:
Aeywoo 2022-04-05 15:42:12 +09:30 committed by GitHub
commit 56be27a0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,6 +282,7 @@ var atlas = [
{"id":231, "name":"Taiwan Independence Flag", "description": "The flag of the World Taiwanese Congress, the most common flag representing the Taiwanese Independence movement. ", "website": "", "subreddit": "/r/Taiwan", "center": [ 1227.5, 147.5 ], "path": [ [ 1206.5, 134.5 ], [ 1248.5, 134.5 ], [ 1248.5, 160.5 ], [ 1206.5, 160.5 ], [ 1206.5, 134.5 ] ]},
{"id":232,"name":"Taipei 101 attempt","description": "r/Taiwan tried to make a 101 pixel high Taipei 101 at this location, in coordination with many other allies. ","website": "","subreddit": "/r/Taiwan","center": [ 1200.5, 1266.5],"path": [[ 1178.5, 1275.5],[ 1219.5, 1275.5],[ 1219.5, 1265.5],[ 1217.5, 1265.5],[ 1217.5, 1264.5],[ 1216.5, 1264.5],[ 1216.5, 1262.5],[ 1214.5, 1262.5],[ 1214.5, 1261.5],[ 1213.5, 1261.5],[ 1213.5, 1260.5],[ 1212.5, 1260.5],[ 1212.5, 1259.5],[ 1211.5, 1259.5],[ 1211.5, 1258.5],[ 1210.5, 1258.5],[ 1210.5, 1257.5],[ 1209.5, 1257.5],[ 1209.5, 1256.5],[ 1207.5, 1256.5],[ 1207.5, 1254.5],[ 1206.5, 1254.5],[ 1206.5, 1251.5],[ 1205.5, 1251.5],[ 1205.5, 1247.5],[ 1204.5, 1247.5],[ 1204.5, 1241.5],[ 1202.5, 1241.5],[ 1202.5, 1250.5],[ 1199.5, 1250.5],[ 1199.5, 1257.5],[ 1199.5, 1257.5],[ 1199.5, 1258.5],[ 1198.5, 1258.5],[ 1198.5, 1263.5],[ 1179.5, 1263.5],[ 1178.5, 1263.5],[ 1178.5, 1275.5]]},
{"id":233, "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]]},
{"id":234,"name":"VRChat","description":"Logo of the VRChat online virtual reality social platform.","website":"https://vrchat.com","subreddit":"r/vrchat","center":[962.5,97.5],"path":[[930.5,88.5],[994.5,88.5],[994.5,104.5],[990.5,104.5],[991.5,112.5],[983.5,105.5],[930.5,105.5]]},
];
//console.log("There are "+atlas.length+" entries in the Atlas.");