瀏覽代碼

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); 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"); entity.views.front.height = math.unit(50, "feet");
return entity; return entity;
} }


Loading…
取消
儲存