Browse Source

Add a maw view for Tobias

master
Fen Dweller 4 years ago
parent
commit
80ae6d0e03
3 changed files with 1876 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1853
    -0
      media/characters/tobias/maw.svg
  3. +7
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -6559,6 +6559,18 @@ const attributionData = {
"tobias"
]
},
{
prefix: "./media/characters/tobias/",
files: [
{ name: "maw.svg", source: "https://www.furaffinity.net/view/36056386/" }
],
authors: [
"psychosocial"
],
owners: [
"tobias"
]
},
{
prefix: "./media/characters/kieran/",
files: [
@@ -30511,6 +30523,10 @@ const attributionData = {
"name": "Baltica",
"url": "https://www.f-list.net/c/baltica/"
},
"psychosocial": {
"name": "Psychosocial",
"url": "https://www.furaffinity.net/user/psychosocial"
},
}
}



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


+ 7
- 0
presets/characters.js View File

@@ -6178,6 +6178,13 @@ characterMakers.push(() => makeCharacter(
bottom: 38.9 / 1513.1235
}
},
maw: {
height: math.unit(2.3, "meters"),
name: "Maw",
image: {
source: "./media/characters/tobias/maw.svg"
}
},
},
[
{


Loading…
Cancel
Save