ソースを参照

Add normal and macro sizes for Flamm

tags/v0.0.7
Fen Dweller 5年前
コミット
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;
}


読み込み中…
キャンセル
保存