Просмотр исходного кода

Fix Manetel Greyscale's default size and weight; fix author link

master
Fen Dweller 5 лет назад
Родитель
Сommit
24ed049930
2 измененных файлов: 5 добавлений и 5 удалений
  1. +1
    -1
      media/attribution.js
  2. +4
    -4
      presets/characters.js

+ 1
- 1
media/attribution.js Просмотреть файл

@@ -17717,7 +17717,7 @@ const attributionData = {
},
"delta-wolfie": {
"name": "Delta Wolfie",
"url": "https://t.me/delta_wolfie"
"url": "https://twitter.com/DeltaRedWolf"
},
"lux-leo": {
"name": "Lux-Leo",


+ 4
- 4
presets/characters.js Просмотреть файл

@@ -33558,7 +33558,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(210, "lb"),
name: "Front",
image: {
source: "./media/characters/manetel-greyscale/front.svg",
@@ -33574,7 +33574,8 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Normal",
height: math.unit(6, "feet")
height: math.unit(6, "feet"),
default: true
},
{
name: "Minimacro",
@@ -33582,8 +33583,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Macro",
height: math.unit(117, "feet"),
default: true
height: math.unit(117, "feet")
},
]
))


Загрузка…
Отмена
Сохранить