Ver código fonte

Add normal and macro sizes for Flamm

tags/v0.0.7
Fen Dweller 6 anos atrás
pai
commit
d68e3122ef
1 arquivos alterados com 11 adições e 0 exclusões
  1. +11
    -0
      presets/characters.js

+ 11
- 0
presets/characters.js Ver arquivo

@@ -652,6 +652,17 @@ function makeFlamm() {
};

const entity = makeEntity("Flamm", "Flamm", views);

entity.defaults.push({
name: "Normal",
height: math.unit(9.5, "feet")
});

entity.defaults.push({
name: "Macro",
height: math.unit(200, "feet")
});

entity.views.front.height = math.unit(200, "feet");
return entity;
}


Carregando…
Cancelar
Salvar