Browse Source

Fix Varg's author info and add new sizes

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
3b3deeeed5
2 changed files with 23 additions and 3 deletions
  1. +2
    -2
      media/attribution.js
  2. +21
    -1
      presets/characters.js

+ 2
- 2
media/attribution.js View File

@@ -4940,10 +4940,10 @@ const attributionData = {
{ name: "front.svg", source: "https://www.furaffinity.net/view/33879374/" }
],
authors: [
"va0027"
"pocketcookie"
],
owners: [
"pocketcookie"
"va0027"
]
},
{


+ 21
- 1
presets/characters.js View File

@@ -10058,10 +10058,30 @@ characterMakers.push(() => makeCharacter(
height: math.unit(5, "meters")
},
{
name: "Gigamacro",
name: "Macro",
height: math.unit(200, "meters")
},
{
name: "Megamacro",
height: math.unit(20, "kilometers")
},
{
name: "True Size",
height: math.unit(211, "km"),
default: true
},
{
name: "Gigamacro",
height: math.unit(1000, "km")
},
{
name: "Gigamacro+",
height: math.unit(8000, "km")
},
{
name: "Teramacro",
height: math.unit(1000000, "km")
},
]
))



Loading…
Cancel
Save