Explorar el Código

Fix Scott's vertical positioning

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
2a03821a7f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      presets/characters.js

+ 4
- 0
presets/characters.js Ver fichero

@@ -3060,6 +3060,8 @@ characterMakers["Scott"] = () => {
name: "Side",
image: {
source: "./media/characters/scott/side.svg",
extra: (1 / (1 - 0.069)),
bottom: 0.069
}
},
upright: {
@@ -3068,6 +3070,8 @@ characterMakers["Scott"] = () => {
name: "Upright",
image: {
source: "./media/characters/scott/upright.svg",
extra: (1 / (1 - 0.05)),
bottom: 0.05
}
},



Cargando…
Cancelar
Guardar