浏览代码

Add Yula

master
Fen Dweller 3 年前
父节点
当前提交
e374c58b84
共有 3 个文件被更改,包括 2996 次插入0 次删除
  1. +16
    -0
      media/attribution.js
  2. +2958
    -0
      media/characters/yula/front.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js 查看文件

@@ -23266,6 +23266,18 @@ const attributionData = {
"foxycarter"
]
},
{
prefix: "./media/characters/yula/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/48293162/" }
],
authors: [
"gasmaskfox"
],
owners: [
"wulfwaffle"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -32122,6 +32134,10 @@ const attributionData = {
"name": "IvoryLightFoot",
"url": "https://www.furaffinity.net/user/ivorylightfoot"
},
"wulfwaffle": {
"name": "WulfWaffle",
"url": "https://www.furaffinity.net/user/wulfwaffle"
},
}
}



+ 2958
- 0
media/characters/yula/front.svg
文件差异内容过多而无法显示
查看文件


+ 22
- 0
presets/characters.js 查看文件

@@ -68153,6 +68153,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Yula", species: ["german-shepherd"], tags: ["anthro"] },
{
front: {
height: math.unit(90, "feet"),
name: "Front",
image: {
source: "./media/characters/yula/front.svg",
extra: 686/641,
bottom: 5/691
}
},
},
[
{
name: "Normal",
height: math.unit(90, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


正在加载...
取消
保存