Browse Source

Fix Joshii's offsets

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

+ 3
- 1
presets/characters.js View File

@@ -8064,7 +8064,9 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(150, "lb"), weight: math.unit(150, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/joshii/front.svg"
source: "./media/characters/joshii/front.svg",
extra: 765/653,
bottom: 51/816
} }
}, },
foot: { foot: {


Loading…
Cancel
Save