소스 검색

Fix Varg's author info and add new sizes

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
3b3deeeed5
2개의 변경된 파일23개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      media/attribution.js
  2. +21
    -1
      presets/characters.js

+ 2
- 2
media/attribution.js 파일 보기

@@ -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 파일 보기

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



불러오는 중...
취소
저장