Browse Source

Update Draylen's silhouette

master
Fen Dweller 4 years ago
parent
commit
865d4595bd
3 changed files with 1165 additions and 83 deletions
  1. +1
    -1
      media/attribution.js
  2. +1161
    -81
      media/characters/draylen/front.svg
  3. +3
    -1
      presets/characters.js

+ 1
- 1
media/attribution.js View File

@@ -2318,7 +2318,7 @@ const attributionData = {
{
prefix: "./media/characters/draylen/",
files: [
{ name: "front.svg", source: null }
{ name: "front.svg", source: "https://www.furaffinity.net/view/15480650/", nsfw: true }
],
authors: [
"cougr"


+ 1161
- 81
media/characters/draylen/front.svg
File diff suppressed because it is too large
View File


+ 3
- 1
presets/characters.js View File

@@ -4559,7 +4559,9 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(76, "kg"),
name: "Front",
image: {
source: "./media/characters/draylen/front.svg"
source: "./media/characters/draylen/front.svg",
extra: 832/777,
bottom: 85/917
}
}
},


Loading…
Cancel
Save