Browse Source

Lower Arcturax's silhouette a bit

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
2cdb94e28d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      presets/characters.js

+ 2
- 1
presets/characters.js View File

@@ -5945,7 +5945,8 @@ characterMakers["Arcturax"] = () => {
name: "side", name: "side",
image: { image: {
source: "./media/characters/arcturax/side.svg", source: "./media/characters/arcturax/side.svg",
extra: 790/376
extra: 790/376 * (1 / (1 - 0.01)),
bottom: 0.01
} }
}, },
}, },


Loading…
Cancel
Save