瀏覽代碼

Fix Tegon's default size

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

+ 5
- 1
presets/characters.js 查看文件

@@ -5915,7 +5915,11 @@ characterMakers["Tegon"] = () => {
[
{
name: "Micro",
height: math.unit(1, "inch"),
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
{


Loading…
取消
儲存