소스 검색

Add pineapples

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
9a391ac110
3개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      media/attribution.js
  2. +20
    -0
      media/objects/fruits/pineapple.svg
  3. +7
    -0
      presets/objects.js

+ 1
- 0
media/attribution.js 파일 보기

@@ -2304,6 +2304,7 @@ const attributionData = {
{ name: "lemon.svg", source: null },
{ name: "orange.svg", source: null },
{ name: "grape.svg", source: null },
{ name: "pineapple.svg", source: null }
],
authors: [
"chemicalcrux"


+ 20
- 0
media/objects/fruits/pineapple.svg 파일 보기

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 194.86 362.27" style="enable-background:new 0 0 194.86 362.27;" xml:space="preserve">
<g>
<g>
<path d="M163.76,303.33c-1.53,26.38-27.07,58.01-54.86,58.94c-9.17,0-13.75,0-22.92,0c-28.69-1-52.05-32.49-54.86-58.94
c-1.79-32.87,1.59-64.5,8.74-96.57c8.09-24.5,29.87-59.09,57.59-58.94c27.76,0.15,49.43,34.23,57.59,58.94
C162.17,238.85,165.55,270.47,163.76,303.33z"/>
</g>
<path d="M105.57,192.67c0,0-35.23-71.12-98.42-48.44C52.28,161.84,105.57,192.67,105.57,192.67z"/>
<path d="M107.43,194.12c0,0-18.13-104.16-107.43-99.07C51.01,134.6,107.43,194.12,107.43,194.12z"/>
<path d="M102.51,199.04c0,0,26.92-129.88-79.59-165.15C64.16,103.58,102.51,199.04,102.51,199.04z"/>
<path d="M89.29,192.67c0,0,35.23-71.12,98.42-48.44C142.57,161.84,89.29,192.67,89.29,192.67z"/>
<path d="M87.43,194.12c0,0,18.13-104.16,107.43-99.07C143.85,134.6,87.43,194.12,87.43,194.12z"/>
<path d="M92.35,199.04c0,0-26.92-129.88,79.59-165.15C130.7,103.58,92.35,199.04,92.35,199.04z"/>
<path d="M100.92,199.04c0,0,59.82-135.57-48.28-199.04C81.38,85.78,100.92,199.04,100.92,199.04z"/>
<path d="M93.94,199.04c0,0-59.82-135.57,48.28-199.04C113.48,85.78,93.94,199.04,93.94,199.04z"/>
</g>
</svg>

+ 7
- 0
presets/objects.js 파일 보기

@@ -371,6 +371,13 @@ function makeObjects() {
name: "Grape",
rename: true
},
pineapple: {
height: math.unit(17, "inches"),
image: { source: "./media/objects/fruits/pineapple.svg" },
name: "Pineapple",
rename: true
},

}
)
});


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