Explorar el Código

Fix Layla Amari's necklace size; add new size

master
Fen Dweller hace 4 años
padre
commit
a914150952
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Ver fichero

@@ -62210,7 +62210,7 @@ characterMakers.push(() => makeCharacter(
}
},
necklace: {
height: math.unit(1, "feet"),
height: math.unit(0.32, "feet"),
name: "Necklace",
image: {
source: "./media/characters/layla-amari/necklace.svg"
@@ -62241,6 +62241,10 @@ characterMakers.push(() => makeCharacter(
name: "Enhanced",
height: math.unit(8250, "feet")
},
{
name: "Apparent Size",
height: math.unit(9.04363e+8, "meters")
},
]
))



Cargando…
Cancelar
Guardar