소스 검색

Make Joshii small lol

master
Fen Dweller 5 년 전
부모
커밋
158cd3db54
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      presets/characters.js

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

@@ -8080,12 +8080,12 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Micro",
height: math.unit(2, "inches")
height: math.unit(2, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5 + 5 / 12, "feet"),
default: true
height: math.unit(5 + 5 / 12, "feet")
},
{
name: "Macro",


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