Procházet zdrojové kódy

Add Person

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
98a20bcd99
3 změnil soubory, kde provedl 1791 přidání a 0 odebrání
  1. +16
    -0
      media/attribution.js
  2. +1740
    -0
      media/characters/person/front.svg
  3. +35
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Zobrazit soubor

@@ -8449,6 +8449,18 @@ const attributionData = {
"scream"
]
},
{
prefix: "./media/characters/person/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"mrperson"
],
owners: [
"mrperson"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11703,6 +11715,10 @@ const attributionData = {
"name": "Cool3DModel",
"url": "https://www.thingiverse.com/thing:2445539",
},
"mrperson": {
"name": "MrPerson",
"url": "https://www.furaffinity.net/user/mrperson/",
},
}
}



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


+ 35
- 0
presets/characters.js Zobrazit soubor

@@ -18978,6 +18978,41 @@ characterMakers.push(() => makeCharacter(
},
]
))

characterMakers.push(() => makeCharacter(
{ name: "Person", species: "Catdragon" },
{
front: {
height: math.unit(5, "feet"),
weight: math.unit(187, "lb"),
name: "Front",
image: {
source: "./media/characters/person/front.svg",
extra: 3087/2945,
bottom: 91/3181
}
},
},
[
{
name: "Micro",
height: math.unit(3, "inches")
},
{
name: "Normal",
height: math.unit(5, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(90, "feet")
},
{
name: "Max Size",
height: math.unit(280, "feet")
},
]
))
//characters

function makeCharacters() {


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