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

Add humans as a unit of height

tags/v0.1.0
Fen Dweller 6 лет назад
Родитель
Сommit
d97b2a89c0
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      macrovision.js

+ 4
- 0
macrovision.js Просмотреть файл

@@ -22,6 +22,9 @@ let dragScaleHandle = null;
let dragEntityScale = 1;
let dragEntityScaleHandle = null;

math.createUnit("humans", {
definition: "5.5 feet"
})
const unitChoices = {
length: [
"meters",
@@ -31,6 +34,7 @@ const unitChoices = {
"kilometers",
"inches",
"feet",
"humans",
"stories",
"miles",
"AUs",


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