diff --git a/media/attribution.js b/media/attribution.js index d4be678a..26b15722 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4815,7 +4815,8 @@ const attributionData = { { prefix: "./media/characters/sven-the-kaiju/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/32824691/" } + { name: "front.svg", source: null }, + { name: "mouth.svg", source: null }, ], authors: [ "moshi-the-bobcat" diff --git a/media/characters/sven-the-kaiju/front.svg b/media/characters/sven-the-kaiju/front.svg index 421e83ed..be412303 100644 --- a/media/characters/sven-the-kaiju/front.svg +++ b/media/characters/sven-the-kaiju/front.svg @@ -1,164 +1,461 @@ - + + width="843.78" height="1312.07" viewBox="0 0 843.78 1312.07" style="enable-background:new 0 0 843.78 1312.07;" xml:space="preserve"> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sven-the-kaiju/mouth.svg b/media/characters/sven-the-kaiju/mouth.svg new file mode 100644 index 00000000..45707db7 --- /dev/null +++ b/media/characters/sven-the-kaiju/mouth.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a3a2c3c0..cf994407 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11343,8 +11343,15 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/sven-the-kaiju/front.svg", - extra: 1479 / 1449, - bottom: 0.05 + extra: 1277/1250, + bottom: 35/1312 + } + }, + mouth: { + height: math.unit(1.85, "feet"), + name: "Mouth", + image: { + source: "./media/characters/sven-the-kaiju/mouth.svg" } }, },