ソースを参照

Fix Goddess Elizabeth's height being measured incorrectly

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

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

@@ -6730,11 +6730,13 @@ characterMakers["Goddess Elizabeth"] = () => {
weight: math.unit(150, "lb"), weight: math.unit(150, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/goddess-elizabeth/front.svg"
source: "./media/characters/goddess-elizabeth/front.svg",
extra: 1800/1525,
bottom: 0.005
} }
}, },
foot: { foot: {
height: math.unit(6 * 0.25436 / 2, "feet"),
height: math.unit(6 * 0.25436 * 1800/1525 / 2, "feet"),
name: "Foot", name: "Foot",
image: { image: {
source: "./media/characters/goddess-elizabeth/foot.svg" source: "./media/characters/goddess-elizabeth/foot.svg"


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