Przeglądaj źródła

Fix Varg's author info and add new sizes

tags/v0.1.0
Fen Dweller 5 lat temu
rodzic
commit
3b3deeeed5
2 zmienionych plików z 23 dodań i 3 usunięć
  1. +2
    -2
      media/attribution.js
  2. +21
    -1
      presets/characters.js

+ 2
- 2
media/attribution.js Wyświetl plik

@@ -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 Wyświetl plik

@@ -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")
},
]
))



Ładowanie…
Anuluj
Zapisz