소스 검색

Add micro and macro sizes for Kyrehx

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

+ 8
- 0
presets/characters.js 파일 보기

@@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => {
},
},
[
{
name: "Micro",
height: math.unit(2, "inches")
},
{
name: "Normal",
height: math.unit(8, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(255, "feet")
},
]
)
};


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