소스 검색

Fix Goddess Elizabeth's height being measured incorrectly

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
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"),
name: "Front",
image: {
source: "./media/characters/goddess-elizabeth/front.svg"
source: "./media/characters/goddess-elizabeth/front.svg",
extra: 1800/1525,
bottom: 0.005
}
},
foot: {
height: math.unit(6 * 0.25436 / 2, "feet"),
height: math.unit(6 * 0.25436 * 1800/1525 / 2, "feet"),
name: "Foot",
image: {
source: "./media/characters/goddess-elizabeth/foot.svg"


불러오는 중...
취소
저장