diff --git a/media/attribution.js b/media/attribution.js index 4890e7a0..8d4cbd93 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2303,6 +2303,7 @@ const attributionData = { { name: "banana-vertical.svg", source: null }, { name: "lemon.svg", source: null }, { name: "orange.svg", source: null }, + { name: "grape.svg", source: null }, ], authors: [ "chemicalcrux" diff --git a/presets/objects.js b/presets/objects.js index b3423794..942d1eff 100644 --- a/presets/objects.js +++ b/presets/objects.js @@ -365,6 +365,12 @@ function makeObjects() { name: "Orange", rename: true }, + grape: { + height: math.unit(0.8, "inches"), + image: { source: "./media/objects/fruits/grape.svg" }, + name: "Grape", + rename: true + }, } ) });