This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add grapes
tags/v0.1.0
Fen Dweller
6 years ago
parent
cc635c4597
commit
bc49384f41
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
media/attribution.js
+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
},
}
)
});
Write
Preview
Loading…
Cancel
Save