소스 검색

Update Adira

master
Fen Dweller 3 년 전
부모
커밋
bbe70e7544
4개의 변경된 파일2500개의 추가작업 그리고 447개의 파일을 삭제
  1. +2
    -1
      media/attribution.js
  2. +2494
    -442
      media/characters/adira/front.svg
  3. +2
    -2
      presets/characters.js
  4. +2
    -2
      presets/plants.js

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

@@ -11235,7 +11235,8 @@ const attributionData = {
"kononiko" "kononiko"
], ],
owners: [ owners: [
"adirashrinks"
"adirashrinks",
"anonymous"
] ]
}, },
{ {


+ 2494
- 442
media/characters/adira/front.svg
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


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

@@ -30314,8 +30314,8 @@ characterMakers.push(() => makeCharacter(
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/adira/front.svg", source: "./media/characters/adira/front.svg",
extra: 1078 / 1029,
bottom: 87 / 1166
extra: 2121/2013,
bottom: 206/2327
} }
}, },
}, },


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

@@ -22,13 +22,13 @@ function makePlants() {
{ {
name: "Short Blades", name: "Short Blades",
views: [ views: [
{ name: "Front", height: 0.06 },
{ name: "Front", height: 0.06, bottom: 0.015 },
], ],
}, },
{ {
name: "Tall Blades", name: "Tall Blades",
views: [ views: [
{ name: "Front", height: 0.12 },
{ name: "Front", height: 0.12, bottom: 0.015 },
], ],
}, },
{ {


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