Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Add grapes
tags/v0.1.0
Fen Dweller
6 anni fa
parent
cc635c4597
commit
bc49384f41
2 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi 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
Vedi 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…
Annulla
Salva