Przeglądaj źródła

Add Squeaks

master
Fen Dweller 5 lat temu
rodzic
commit
8cb1392305
3 zmienionych plików z 1528 dodań i 0 usunięć
  1. +16
    -0
      media/attribution.js
  2. +1482
    -0
      media/characters/squeaks/front.svg
  3. +30
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Wyświetl plik

@@ -15247,6 +15247,18 @@ const attributionData = {
"roxannevoltaire"
]
},
{
prefix: "./media/characters/squeaks/",
files: [
{ name: "front.svg", source: "https://twitter.com/Vernon_Cross/status/1317237430810939392" }
],
authors: [
"darkomi"
],
owners: [
"freneticsqueak"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -20912,6 +20924,10 @@ const attributionData = {
"name": "Roxanne Voltaire",
"url": "https://twitter.com/RoxanneVoltaire"
},
"freneticsqueak": {
"name": "Squeaks",
"url": "https://twitter.com/FreneticSqueak"
},
}
}



+ 1482
- 0
media/characters/squeaks/front.svg
Plik diff jest za duży
Wyświetl plik


+ 30
- 0
presets/characters.js Wyświetl plik

@@ -40408,6 +40408,36 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Squeaks", species: ["rough-collie"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 2/12, "feet"),
name: "Front",
image: {
source: "./media/characters/squeaks/front.svg",
extra: 1823/1768,
bottom: 138/1961
}
},
},
[
{
name: "Micro",
height: math.unit(0.5, "inches")
},
{
name: "Normal",
height: math.unit(6 + 2/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(600, "feet")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz