浏览代码

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"
],
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",
image: {
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",
views: [
{ name: "Front", height: 0.06 },
{ name: "Front", height: 0.06, bottom: 0.015 },
],
},
{
name: "Tall Blades",
views: [
{ name: "Front", height: 0.12 },
{ name: "Front", height: 0.12, bottom: 0.015 },
],
},
{


正在加载...
取消
保存