Fen Dweller 3 лет назад
Родитель
Сommit
5bb9aa63a6
1 измененных файлов: 5 добавлений и 21 удалений
  1. +5
    -21
      presets/characters.js

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

@@ -36804,29 +36804,13 @@ characterMakers.push(() => makeCharacter(
},
[
{
name: "Default",
height: math.unit(12, "feet"),
default: true
},
{
name: "Big",
height: math.unit(50, "feet")
},
{
name: "Really Big",
height: math.unit(1, "mile")
name: "Actual Size",
height: math.unit(1e-8, "angstroms")
},
{
name: "Extremely Big",
height: math.unit(100, "miles")
},
{
name: "Planet Hugger",
height: math.unit(200, "megameters")
},
{
name: "Unreasonably Big",
height: math.unit(1e300, "meters")
name: "Max Size",
height: math.unit(0.01, "mm"),
default: true
},
]
))


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