浏览代码

Fix the size of EcoByss

master
Fen Dweller 4 年前
父节点
当前提交
798f371a35
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js 查看文件

@@ -47290,7 +47290,7 @@ characterMakers.push(() => makeCharacter(
{ name: "EcoByss", species: ["goat", "deity", "demon"], tags: ["anthro"] },
{
front: {
height: math.unit(72, "earths"),
height: math.unit(36, "earths"),
name: "Front",
image: {
source: "./media/characters/ecobyss/front.svg",
@@ -47299,7 +47299,7 @@ characterMakers.push(() => makeCharacter(
}
},
back: {
height: math.unit(72, "earths"),
height: math.unit(36, "earths"),
name: "Back",
image: {
source: "./media/characters/ecobyss/back.svg",
@@ -47311,7 +47311,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(72, "earths"),
height: math.unit(36, "earths"),
default: true
},
]


正在加载...
取消
保存