ソースを参照

Adjust Sebi's height and weight

tags/v0.1.0
Fen Dweller 6年前
コミット
7425a924e0
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      presets/characters.js

+ 4
- 4
presets/characters.js ファイルの表示

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


読み込み中…
キャンセル
保存