Browse Source

Fix Gallagher's offset

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

+ 3
- 1
presets/characters.js View File

@@ -57344,7 +57344,9 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(15000, "kg"),
name: "Front",
image: {
source: "./media/characters/gallagher/front.svg"
source: "./media/characters/gallagher/front.svg",
extra: 532/493,
bottom: 0/532
}
},
},


Loading…
Cancel
Save