From 9a391ac11080b2dac4b56870ecab1bfebfbc1a17 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 28 Feb 2020 12:59:47 -0500 Subject: [PATCH] Add pineapples --- media/attribution.js | 1 + media/objects/fruits/pineapple.svg | 20 ++++++++++++++++++++ presets/objects.js | 7 +++++++ 3 files changed, 28 insertions(+) create mode 100644 media/objects/fruits/pineapple.svg diff --git a/media/attribution.js b/media/attribution.js index 8d4cbd93..fbcfc9dc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2304,6 +2304,7 @@ const attributionData = { { name: "lemon.svg", source: null }, { name: "orange.svg", source: null }, { name: "grape.svg", source: null }, + { name: "pineapple.svg", source: null } ], authors: [ "chemicalcrux" diff --git a/media/objects/fruits/pineapple.svg b/media/objects/fruits/pineapple.svg new file mode 100644 index 00000000..b3401e7c --- /dev/null +++ b/media/objects/fruits/pineapple.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + diff --git a/presets/objects.js b/presets/objects.js index 942d1eff..149231b3 100644 --- a/presets/objects.js +++ b/presets/objects.js @@ -371,6 +371,13 @@ function makeObjects() { name: "Grape", rename: true }, + pineapple: { + height: math.unit(17, "inches"), + image: { source: "./media/objects/fruits/pineapple.svg" }, + name: "Pineapple", + rename: true + }, + } ) });