Przeglądaj źródła

Add Person

tags/v0.1.0
Fen Dweller 6 lat temu
rodzic
commit
98a20bcd99
3 zmienionych plików z 1791 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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
Plik diff jest za duży
Wyświetl plik


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

@@ -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() {


Ładowanie…
Anuluj
Zapisz