Explorar el Código

Adjust Mellvi's size

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

+ 2
- 2
presets/characters.js Ver fichero

@@ -35111,7 +35111,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Mellvi", species: ["imp"], tags: ["anthro"] },
{
front: {
height: math.unit(1, "feet"),
height: math.unit(3, "feet"),
name: "Front",
image: {
source: "./media/characters/mellvi/front.svg",
@@ -35123,7 +35123,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(1, "feet"),
height: math.unit(3, "feet"),
default: true
},
]


Cargando…
Cancelar
Guardar