浏览代码

Add booties

master
Fen Dweller 4 年前
父节点
当前提交
5ba82269e9
共有 9 个文件被更改,包括 38 次插入1 次删除
  1. +19
    -0
      media/attribution.js
  2. +1
    -0
      media/clothing/Boots/Bootie-Back Corner.svg
  3. +1
    -0
      media/clothing/Boots/Bootie-Back.svg
  4. +1
    -0
      media/clothing/Boots/Bootie-Bottom.svg
  5. +1
    -0
      media/clothing/Boots/Bootie-Front Corner.svg
  6. +1
    -0
      media/clothing/Boots/Bootie-Front.svg
  7. +1
    -0
      media/clothing/Boots/Bootie-Side.svg
  8. +1
    -0
      media/clothing/Boots/Bootie-Top.svg
  9. +12
    -1
      presets/clothing.js

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

@@ -1285,6 +1285,21 @@ const attributionData = {
"maurizio-barabani"
]
},
{
prefix: "./media/clothing/Boots/",
files: [
{ name: "Bootie-Front.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Front Corner.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Side.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Back Corner.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Back.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Bottom.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Top.svg", source: "https://www.blendswap.com/blend/18876" },
],
authors: [
"cgrifter"
]
},
{
prefix: "./media/clothing/Shoes/",
files: [
@@ -21375,6 +21390,10 @@ const attributionData = {
"name": "Tom Andy Stripe",
"url": "https://www.cgtrader.com/tom-andy-stripe"
},
"cgrifter": {
"name": "cgrifter",
"url": "https://www.blendswap.com/profile/624385"
},
}
}



+ 1
- 0
media/clothing/Boots/Bootie-Back Corner.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Back.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Bottom.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Front Corner.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Front.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Side.svg
文件差异内容过多而无法显示
查看文件


+ 1
- 0
media/clothing/Boots/Bootie-Top.svg
文件差异内容过多而无法显示
查看文件


+ 12
- 1
presets/clothing.js 查看文件

@@ -13,6 +13,18 @@ function makeClothing() {
"Bottom": { height: math.unit(0.49710506200790405, "meters") },
"Top": { height: math.unit(0.49710506200790405, "meters") }
}
},
{
name: "Bootie",
sides: {
"Front": { height: math.unit(0.36327508091926575, "meters") },
"Front Corner": { height: math.unit(0.36327508091926575, "meters") },
"Side": { height: math.unit(0.36327508091926575, "meters") },
"Back Corner": { height: math.unit(0.36327508091926575, "meters") },
"Back": { height: math.unit(0.36327508091926575, "meters") },
"Bottom": { height: math.unit(0.5577294230461121, "meters") },
"Top": { height: math.unit(0.5577294230461121, "meters") }
}
}

]
@@ -60,7 +72,6 @@ function makeClothing() {
"Top": { height: math.unit(0.559783935546875, "meters") }
}
}

]

results.push({


正在加载...
取消
保存