Explorar el Código

Fix Zephiro's default macro size

tags/v0.0.4
Fen Dweller hace 5 años
padre
commit
868ef2f7a9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Ver fichero

@@ -624,9 +624,9 @@ function makeZephiro() {

entity.defaults.push({
name: "Macro",
height: math.unit(108, "feet")
height: math.unit(118, "feet")
});
return entity;
}



Cargando…
Cancelar
Guardar