소스 검색

Give Fory normal and macro sizes

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

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

@@ -700,6 +700,18 @@ function makeFory() {
};

const entity = makeEntity("Fory", "Manny", views);

entity.defaults.push({
name: "Normal",
height: math.unit(5, "feet")
});

entity.defaults.push({
name: "Macro",
height: math.unit(50, "feet")
});

entity.views.front.height = math.unit(50, "feet");
return entity;
}


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