Explorar el Código

Add Timber

master
Fen Dweller hace 5 años
padre
commit
0bfbeeaeef
Se han modificado 3 ficheros con 1166 adiciones y 0 borrados
  1. +16
    -0
      media/attribution.js
  2. +1127
    -0
      media/characters/timber/front.svg
  3. +23
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Ver fichero

@@ -11994,6 +11994,18 @@ const attributionData = {
"demonwulf"
]
},
{
prefix: "./media/characters/timber/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/37469932/ " }
],
authors: [
"muttasaur"
],
owners: [
"timberpuppers"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -16524,6 +16536,10 @@ const attributionData = {
"name": "Samael",
"url": "https://twitter.com/Samael101"
},
"timberpuppers": {
"name": "TimberPuppers",
"url": "https://www.furaffinity.net/user/timberpuppers"
},
}
}



+ 1127
- 0
media/characters/timber/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 23
- 0
presets/characters.js Ver fichero

@@ -30908,6 +30908,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Timber", species: ["canine"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
source: "./media/characters/timber/front.svg",
extra: 2814/2705,
bottom: 181/2995
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 2/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Cargando…
Cancelar
Guardar