Procházet zdrojové kódy

Add grapes

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
bc49384f41
2 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +1
    -0
      media/attribution.js
  2. +6
    -0
      presets/objects.js

+ 1
- 0
media/attribution.js Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit