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 + }, + } ) });