From a77e1a25ed09451ee9c74740f58e74c0e71dfa39 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 18 Apr 2020 19:49:04 -0400 Subject: [PATCH] Add the Leaning Tower of Pisa --- media/attribution.js | 13 ++ media/landmarks/leaning-tower-of-pisa.svg | 213 ++++++++++++++++++++++ presets/landmarks.js | 9 + 3 files changed, 235 insertions(+) create mode 100644 media/landmarks/leaning-tower-of-pisa.svg diff --git a/media/attribution.js b/media/attribution.js index 86811989..f87941a4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8956,6 +8956,15 @@ const attributionData = { "cool3dmodel" ] }, + { + prefix: "./media/landmarks/", + files: [ + { name: "leaning-tower-of-pisa.svg", source: "https://blendswap.com/blend/15656" } + ], + authors: [ + "ofuscado" + ] + }, { prefix: "./media/naturals/", files: [ @@ -12126,6 +12135,10 @@ const attributionData = { "name": "Son2j", "url": "https://www.furaffinity.net/user/son2j", }, + "ofuscado": { + "name": "ofuscado", + "url": "https://blendswap.com/profile/18998", + }, } } diff --git a/media/landmarks/leaning-tower-of-pisa.svg b/media/landmarks/leaning-tower-of-pisa.svg new file mode 100644 index 00000000..965e3b8b --- /dev/null +++ b/media/landmarks/leaning-tower-of-pisa.svg @@ -0,0 +1,213 @@ + + + + + + + diff --git a/presets/landmarks.js b/presets/landmarks.js index 54ffe3b0..24b1580d 100644 --- a/presets/landmarks.js +++ b/presets/landmarks.js @@ -119,6 +119,15 @@ function makeLandmarks() { ) }); + results.push({ + name: "Leaning Tower of Pisa", + constructor: () => makeLandmark( + "Leaning Tower of Pisa", + math.unit(305.5, "feet"), + { source: "./media/landmarks/leaning-tower-of-pisa.svg", bottom: 84/3755 } + ) + }); + results.sort((b1, b2) => { e1 = b1.constructor(); e2 = b2.constructor();