Sfoglia il codice sorgente

Add a kneeling view for Shady

master
Fen Dweller 4 anni fa
parent
commit
b97fe7fee2
3 ha cambiato i file con 1364 aggiunte e 0 eliminazioni
  1. +1
    -0
      media/attribution.js
  2. +1354
    -0
      media/characters/shady/kneeling.svg
  3. +9
    -0
      presets/characters.js

+ 1
- 0
media/attribution.js Vedi File

@@ -18112,6 +18112,7 @@ const attributionData = {
{ {
prefix: "./media/characters/shady/", prefix: "./media/characters/shady/",
files: [ files: [
{ name: "kneeling.svg", source: "https://www.furaffinity.net/view/43162853/", nsfw: true },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/44188752/" } { name: "maw.svg", source: "https://www.furaffinity.net/view/44188752/" }
], ],
authors: [ authors: [


+ 1354
- 0
media/characters/shady/kneeling.svg
File diff soppresso perché troppo grande
Vedi File


+ 9
- 0
presets/characters.js Vedi File

@@ -48393,6 +48393,15 @@ characterMakers.push(() => makeCharacter(
bottom: 9/511 bottom: 9/511
} }
}, },
kneeling: {
height: math.unit(4.6, "feet"),
name: "Kneeling",
image: {
source: "./media/characters/shady/kneeling.svg",
extra: 1328/1219,
bottom: 117/1445
}
},
maw: { maw: {
height: math.unit(2, "feet"), height: math.unit(2, "feet"),
name: "Maw", name: "Maw",


Loading…
Annulla
Salva