Kaynağa Gözat

Adjust Sebi's height and weight

tags/v0.1.0
Fen Dweller 6 yıl önce
ebeveyn
işleme
7425a924e0
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. +4
    -4
      presets/characters.js

+ 4
- 4
presets/characters.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet