소스 검색

Update Pocket's weight and sizes

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
fe1f86df9c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js 파일 보기

@@ -17358,7 +17358,7 @@ characterMakers["Pocket Jabari"] = () => {
{
front: {
height: math.unit(3, "inches"),
weight: math.unit(60, "grams"),
weight: math.unit(8, "grams"),
name: "Front",
image: {
source: "./media/characters/pocket-jabari/front.svg",
@@ -17368,6 +17368,10 @@ characterMakers["Pocket Jabari"] = () => {
},
},
[
{
name: "Minimicro",
height: math.unit(8, "mm")
},
{
name: "Micro",
height: math.unit(3, "inches"),


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