Browse Source

Adjust Sebi's weight

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

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


Loading…
Cancel
Save