浏览代码

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;
}


正在加载...
取消
保存