Browse Source

Set Rose's default size to micro

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
3f7a7f3359
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      presets/characters.js
  2. +1
    -1
      presets/characters.min.js

+ 3
- 3
presets/characters.js View File

@@ -4816,12 +4816,12 @@ characterMakers["Rose Lion"] = () => {
}, },
{ {
name: "Micro", name: "Micro",
height: math.unit(3.5, "inches")
height: math.unit(3.5, "inches"),
default: true
}, },
{ {
name: "Normal", name: "Normal",
height: math.unit(6 + 1/6, "feet"),
default: true
height: math.unit(6 + 1/6, "feet")
}, },
{ {
name: "Mini-Macro", name: "Mini-Macro",


+ 1
- 1
presets/characters.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save