Ver código fonte

Give Fory normal and macro sizes

tags/v0.0.6
Fen Dweller 5 anos atrás
pai
commit
e01fbfb29e
1 arquivos alterados com 12 adições e 0 exclusões
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Ver arquivo

@@ -700,6 +700,18 @@ function makeFory() {
};

const entity = makeEntity("Fory", "Manny", views);

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

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

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


Carregando…
Cancelar
Salvar