Browse Source

Adjust Sebi's height and weight

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
7425a924e0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      presets/characters.js

+ 4
- 4
presets/characters.js View File

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


Loading…
Cancel
Save