소스 검색

Add normal and macro sizes for Flamm

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

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

@@ -652,6 +652,17 @@ function makeFlamm() {
};

const entity = makeEntity("Flamm", "Flamm", views);

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

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

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


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