소스 검색

Add some attributes to Purri

master
Fen Dweller 4 년 전
부모
커밋
dc1ca85eb8
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      presets/characters.js

+ 14
- 0
presets/characters.js 파일 보기

@@ -34681,6 +34681,20 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/purri/boots.svg", source: "./media/characters/purri/boots.svg",
extra: 905/853, extra: 905/853,
bottom: 18/923 bottom: 18/923
},
extraAttributes: {
"shoeSize": {
name: "Shoe Size",
power: 1,
type: "length",
base: math.unit(12, "ShoeSizeMensUS")
},
"platformHeight": {
name: "Platform Height",
power: 1,
type: "length",
base: math.unit(2, "inches")
},
} }
}, },
lying: { lying: {


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