Browse Source

Add another maw view for Tobias

master
Fen Dweller 3 years ago
parent
commit
c69e2455e2
3 changed files with 2637 additions and 1 deletions
  1. +2
    -1
      media/attribution.js
  2. +2628
    -0
      media/characters/tobias/burp.svg
  3. +7
    -0
      presets/characters.js

+ 2
- 1
media/attribution.js View File

@@ -6562,7 +6562,8 @@ const attributionData = {
{
prefix: "./media/characters/tobias/",
files: [
{ name: "maw.svg", source: "https://www.furaffinity.net/view/36056386/" }
{ name: "maw.svg", source: "https://www.furaffinity.net/view/36056386/" },
{ name: "burp.svg", source: "https://www.furaffinity.net/view/36056386/" }
],
authors: [
"psychosocial"


+ 2628
- 0
media/characters/tobias/burp.svg
File diff suppressed because it is too large
View File


+ 7
- 0
presets/characters.js View File

@@ -6185,6 +6185,13 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/tobias/maw.svg"
}
},
burp: {
height: math.unit(2.85, "meters"),
name: "Burp",
image: {
source: "./media/characters/tobias/burp.svg"
}
},
},
[
{


Loading…
Cancel
Save