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
Fix the size-range scenes starting 1 meter too high
master
Fen Dweller
hace 5 años
padre
58a57b6105
commit
0d0c4beeca
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
presets/scenes.js
+ 1
- 1
presets/scenes.js
Ver fichero
@@ -14,7 +14,7 @@ function makeSlice(min, max) {
characters.forEach(character => {
const entity = character.constructor();
displayEntity(entity, entity.view, 0,
1
);
displayEntity(entity, entity.view, 0,
0
);
});
arrangeEntities(getSortedEntities());
Escribir
Vista previa
Cargando…
Cancelar
Guardar