소스 검색

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"] },
{
front: {
height: math.unit(1, "feet"),
weight: math.unit(16, "lb"),
height: math.unit(1.49, "feet"),
weight: math.unit(45, "lb"),
name: "Front",
image: {
source: "./media/characters/viola/front.svg"
@@ -17712,7 +17712,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(1, "feet"),
height: math.unit(1.49, "feet"),
default: true
},
]


불러오는 중...
취소
저장