Sfoglia il codice sorgente

Fix Layla Amari's necklace size; add new size

master
Fen Dweller 4 anni fa
parent
commit
a914150952
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Vedi File

@@ -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")
},
]
))



Loading…
Annulla
Salva