From bc49384f41be891d8a83506f8c7498a83526937f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 28 Feb 2020 12:45:19 -0500 Subject: [PATCH] Add grapes --- media/attribution.js | 1 + presets/objects.js | 6 ++++++ 2 files changed, 7 insertions(+) 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 + }, } ) });