소스 검색

Adjust Sebi's weight

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
9a6d750716
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js 파일 보기

@@ -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",


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