소스 검색

Adjust the sizes for humans

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

+ 2
- 2
presets/food.js 파일 보기

@@ -7,13 +7,13 @@ function makeFood() {
"Human",
{
woman1: {
height: math.unit(5 + 4/12, "feet"),
height: math.unit(5 + 7/12, "feet"),
mass: math.unit(140, "lbs"),
image: { source: "./media/food/humans/woman-1.svg" },
name: "Woman 1"
},
man1: {
height: math.unit(5 + 6/12, "feet"),
height: math.unit(5 + 11/12, "feet"),
mass: math.unit(150, "lbs"),
image: { source: "./media/food/humans/man-1.svg" },
name: "Man 1"


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