Browse Source

Fix the size of EcoByss

master
Fen Dweller 4 years ago
parent
commit
798f371a35
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js View File

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


Loading…
Cancel
Save