소스 검색

Fix Tegon's default size

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

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

@@ -5915,7 +5915,11 @@ characterMakers["Tegon"] = () => {
[
{
name: "Micro",
height: math.unit(1, "inch"),
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
{


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