Explorar el Código

Give Fory normal and macro sizes

tags/v0.0.6
Fen Dweller hace 6 años
padre
commit
e01fbfb29e
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Ver fichero

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


const entity = makeEntity("Fory", "Manny", views); 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"); entity.views.front.height = math.unit(50, "feet");
return entity; return entity;
} }


Cargando…
Cancelar
Guardar