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

Adjust Viola's size

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

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

@@ -17701,8 +17701,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Viola", species: ["stoat"], tags: ["anthro"] }, { name: "Viola", species: ["stoat"], tags: ["anthro"] },
{ {
front: { front: {
height: math.unit(1, "feet"),
weight: math.unit(16, "lb"),
height: math.unit(1.49, "feet"),
weight: math.unit(45, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/viola/front.svg" source: "./media/characters/viola/front.svg"
@@ -17712,7 +17712,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(1, "feet"),
height: math.unit(1.49, "feet"),
default: true default: true
}, },
] ]


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