瀏覽代碼

Make Fen LARGER

tags/v0.0.5
Fen Dweller 5 年之前
父節點
當前提交
a5214262c2
共有 1 個檔案被更改,包括 6 行新增2 行删除
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js 查看文件

@@ -67,11 +67,15 @@ characterMakers["Fen"] = () => {
},
{
name: "Macro",
height: math.unit(30, "meter")
height: math.unit(100, "meter")
},
{
name: "Macro+",
height: math.unit(100, "meter")
height: math.unit(1000, "meter")
},
{
name: "Megamacro",
height: math.unit(10, "miles")
}
],
math.unit(100, "meter")


Loading…
取消
儲存