ソースを参照

Make Joshii small lol

master
Fen Dweller 5年前
コミット
158cd3db54
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js ファイルの表示

@@ -8080,12 +8080,12 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Micro",
height: math.unit(2, "inches")
height: math.unit(2, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5 + 5 / 12, "feet"),
default: true
height: math.unit(5 + 5 / 12, "feet")
},
{
name: "Macro",


読み込み中…
キャンセル
保存