Browse Source

Adjust Fen's vertical position a bit

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

+ 2
- 1
presets/characters.js View File

@@ -48,7 +48,8 @@ characterMakers.push(() => makeCharacter(
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/fen/back.svg", source: "./media/characters/fen/back.svg",
extra: 1025 / 935
extra: 1025 / 935,
bottom: 0.01
}, },
info: { info: {
description: { description: {


Loading…
Cancel
Save