Explorar el Código

Adjust Sebi's weight

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
9a6d750716
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Ver fichero

@@ -18042,7 +18042,7 @@ characterMakers["Sebi"] = () => {
{ {
frontDressed: { frontDressed: {
height: math.unit(70, "cm"), height: math.unit(70, "cm"),
weight: math.unit(5, "kg"),
weight: math.unit(8, "kg"),
name: "Front (Dressed)", name: "Front (Dressed)",
image: { image: {
source: "./media/characters/sebi/front-dressed.svg", source: "./media/characters/sebi/front-dressed.svg",
@@ -18052,7 +18052,7 @@ characterMakers["Sebi"] = () => {
}, },
front: { front: {
height: math.unit(70, "cm"), height: math.unit(70, "cm"),
weight: math.unit(5, "kg"),
weight: math.unit(8, "kg"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/sebi/front.svg", source: "./media/characters/sebi/front.svg",


Cargando…
Cancelar
Guardar