Explorar el Código

Add more sizes for Amelia Rosie. Fix choosing a size not updating world height if needed

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
071bd2ff3c
Se han modificado 2 ficheros con 17 adiciones y 0 borrados
  1. +1
    -0
      macrovision.js
  2. +16
    -0
      presets/characters.js

+ 1
- 0
macrovision.js Ver fichero

@@ -494,6 +494,7 @@ function configEntityOptions(entity, view) {
entity.views[entity.defaultView].height = defaultInfo.height;
updateEntityOptions(entity, view);
updateViewOptions(entity, view);
checkFitWorld();
updateSizes();
});



+ 16
- 0
presets/characters.js Ver fichero

@@ -7111,6 +7111,22 @@ characterMakers["Amelia Rosie"] = () => {
name: "Level 2",
height: math.unit(956243, "miles")
},
{
name: "Level 3",
height: math.unit(29421709423, "miles")
},
{
name: "Level 4",
height: math.unit(154, "lightyears")
},
{
name: "Level 5",
height: math.unit(4738272, "lightyears")
},
{
name: "Level 6",
height: math.unit(145787152896, "lightyears")
},
]
)
};


Cargando…
Cancelar
Guardar