Explorar el Código

Add another maw view for Tobias

master
Fen Dweller hace 3 años
padre
commit
c69e2455e2
Se han modificado 3 ficheros con 2637 adiciones y 1 borrados
  1. +2
    -1
      media/attribution.js
  2. +2628
    -0
      media/characters/tobias/burp.svg
  3. +7
    -0
      presets/characters.js

+ 2
- 1
media/attribution.js Ver fichero

@@ -6562,7 +6562,8 @@ const attributionData = {
{
prefix: "./media/characters/tobias/",
files: [
{ name: "maw.svg", source: "https://www.furaffinity.net/view/36056386/" }
{ name: "maw.svg", source: "https://www.furaffinity.net/view/36056386/" },
{ name: "burp.svg", source: "https://www.furaffinity.net/view/36056386/" }
],
authors: [
"psychosocial"


+ 2628
- 0
media/characters/tobias/burp.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 7
- 0
presets/characters.js Ver fichero

@@ -6185,6 +6185,13 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/tobias/maw.svg"
}
},
burp: {
height: math.unit(2.85, "meters"),
name: "Burp",
image: {
source: "./media/characters/tobias/burp.svg"
}
},
},
[
{


Cargando…
Cancelar
Guardar