Browse Source

Adjust human unit height to 5.75 feet

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
13551cdbf5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js View File

@@ -23,7 +23,7 @@ let dragEntityScale = 1;
let dragEntityScaleHandle = null; let dragEntityScaleHandle = null;


math.createUnit("humans", { math.createUnit("humans", {
definition: "5.5 feet"
definition: "5.75 feet"
}) })
const unitChoices = { const unitChoices = {
length: [ length: [


Loading…
Cancel
Save