소스 검색

Adjust Julian's sizes

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

+ 5
- 21
presets/characters.js 파일 보기

@@ -36804,29 +36804,13 @@ characterMakers.push(() => makeCharacter(
},
[
{
name: "Default",
height: math.unit(12, "feet"),
default: true
},
{
name: "Big",
height: math.unit(50, "feet")
},
{
name: "Really Big",
height: math.unit(1, "mile")
name: "Actual Size",
height: math.unit(1e-8, "angstroms")
},
{
name: "Extremely Big",
height: math.unit(100, "miles")
},
{
name: "Planet Hugger",
height: math.unit(200, "megameters")
},
{
name: "Unreasonably Big",
height: math.unit(1e300, "meters")
name: "Max Size",
height: math.unit(0.01, "mm"),
default: true
},
]
))


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