Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
macrovision
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
5
Pull Requests
0
Lanzamientos
10
Wiki
Actividad
Explorar el Código
Add grapes
tags/v0.1.0
Fen Dweller
hace 6 años
padre
cc635c4597
commit
bc49384f41
Se han
modificado 2 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
media/attribution.js
+6
-0
presets/objects.js
+ 1
- 0
media/attribution.js
Ver fichero
@@ -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
Ver fichero
@@ -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
},
}
)
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar