Procházet zdrojové kódy

Add Serpentus

master
Fen Dweller před 3 roky
rodič
revize
0778fa89fc
3 změnil soubory, kde provedl 2960 přidání a 0 odebrání
  1. +20
    -0
      media/attribution.js
  2. +2918
    -0
      media/characters/serpentus/sitting.svg
  3. +22
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js Zobrazit soubor

@@ -20926,6 +20926,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/serpentus/",
files: [
{ name: "sitting.svg", source: null }
],
authors: [
"edjit7"
],
owners: [
"serpentus"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29167,6 +29179,14 @@ const attributionData = {
"name": "appendagechild",
"url": "https://www.furaffinity.net/user/appendagechild/"
},
"edjit7": {
"name": "Edjit7",
"url": "https://www.furaffinity.net/user/edjit7/"
},
"serpentus": {
"name": "Serpentus",
"url": "https://www.furaffinity.net/user/serpentus/"
},
}
}



+ 2918
- 0
media/characters/serpentus/sitting.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 22
- 0
presets/characters.js Zobrazit soubor

@@ -58604,6 +58604,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Serpentus", species: ["snake"], tags: ["anthro"] },
{
sitting: {
height: math.unit(0.8, "meter"),
name: "Sitting",
image: {
source: "./media/characters/serpentus/sitting.svg",
extra: 293/290,
bottom: 140/433
}
},
},
[
{
name: "Normal",
height: math.unit(0.8, "meter"),
default: true
},
]
))

//characters

function makeCharacters() {


Načítá se…
Zrušit
Uložit