Selaa lähdekoodia

Give Fory normal and macro sizes

tags/v0.0.6
Fen Dweller 5 vuotta sitten
vanhempi
commit
e01fbfb29e
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Näytä tiedosto

@@ -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;
}


Loading…
Peruuta
Tallenna