Browse Source

Update Gabira

master
Fen Dweller 3 years ago
parent
commit
c02b0fda0e
5 changed files with 3097 additions and 656 deletions
  1. +1
    -0
      media/attribution.js
  2. +814
    -255
      media/characters/gabira/back.svg
  3. +1219
    -397
      media/characters/gabira/front.svg
  4. +1052
    -0
      media/characters/gabira/head.svg
  5. +11
    -4
      presets/characters.js

+ 1
- 0
media/attribution.js View File

@@ -9043,6 +9043,7 @@ const attributionData = {
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/22244723/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/22244723/" },
{ name: "head.svg", source: "https://www.furaffinity.net/view/22244723/" },
],
authors: [
"gabira"


+ 814
- 255
media/characters/gabira/back.svg
File diff suppressed because it is too large
View File


+ 1219
- 397
media/characters/gabira/front.svg
File diff suppressed because it is too large
View File


+ 1052
- 0
media/characters/gabira/head.svg
File diff suppressed because it is too large
View File


+ 11
- 4
presets/characters.js View File

@@ -23034,8 +23034,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/gabira/front.svg",
extra: 608 / 580,
bottom: 0.03
extra: 1261/1154,
bottom: 51/1312
}
},
back: {
@@ -23044,8 +23044,15 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/gabira/back.svg",
extra: 608 / 580,
bottom: 0.03
extra: 1265/1163,
bottom: 46/1311
}
},
head: {
height: math.unit(2.85, "feet"),
name: "Head",
image: {
source: "./media/characters/gabira/head.svg"
}
},
},


Loading…
Cancel
Save