Browse Source

Add grapes

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
bc49384f41
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      media/attribution.js
  2. +6
    -0
      presets/objects.js

+ 1
- 0
media/attribution.js View File

@@ -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"


+ 6
- 0
presets/objects.js View File

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


Loading…
Cancel
Save