Bläddra i källkod

Update Poptart

master
Fen Dweller 3 år sedan
förälder
incheckning
d7df7207f6
2 ändrade filer med 17 tillägg och 5 borttagningar
  1. +5
    -1
      media/attribution.js
  2. +12
    -4
      presets/characters.js

+ 5
- 1
media/attribution.js Visa fil

@@ -19726,7 +19726,7 @@ const attributionData = {
"carifoxleopard"
],
owners: [
"ovenotter"
"airless"
]
},
//characters
@@ -27471,6 +27471,10 @@ const attributionData = {
"name": "Boeing",
"url": "https://www.boeing.com/"
},
"airless": {
"name": "AirlessDragon",
"url": "https://twitter.com/airlessdragon"
},
}
}



+ 12
- 4
presets/characters.js Visa fil

@@ -53883,7 +53883,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Front",
image: {
source: "./media/characters/poptart/front.svg",
@@ -53893,7 +53893,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Back",
image: {
source: "./media/characters/poptart/back.svg",
@@ -53903,7 +53903,7 @@ characterMakers.push(() => makeCharacter(
},
frontNsfw: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Front (NSFW)",
image: {
source: "./media/characters/poptart/front-nsfw.svg",
@@ -53913,7 +53913,7 @@ characterMakers.push(() => makeCharacter(
},
backNsfw: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Back (NSFW)",
image: {
source: "./media/characters/poptart/back-nsfw.svg",
@@ -53942,6 +53942,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(6, "feet"),
default: true
},
{
name: "Grande",
height: math.unit(350, "feet")
},
{
name: "Massif",
height: math.unit(967, "feet")
},
]
))



Laddar…
Avbryt
Spara