Преглед изворни кода

Correct Tiberius's height

tags/v0.1.0
Fen Dweller пре 6 година
родитељ
комит
6cc641a5ed
1 измењених фајлова са 6 додато и 3 уклоњено
  1. +6
    -3
      presets/characters.js

+ 6
- 3
presets/characters.js Прегледај датотеку

@@ -3943,7 +3943,8 @@ characterMakers["Tiberius"] = () => {
weight: math.unit(800, "lbs"), weight: math.unit(800, "lbs"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/tiberius/front.svg"
source: "./media/characters/tiberius/front.svg",
extra: 2295/2071
} }
}, },
back: { back: {
@@ -3951,14 +3952,16 @@ characterMakers["Tiberius"] = () => {
weight: math.unit(800, "lbs"), weight: math.unit(800, "lbs"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/tiberius/back.svg"
source: "./media/characters/tiberius/back.svg",
extra: 2373/2160
} }
}, },
}, },
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(8, "feet")
height: math.unit(9, "feet"),
default: true
} }
] ]
) )


Loading…
Откажи
Сачувај