Przeglądaj źródła

Add normal and macro sizes for Flamm

tags/v0.0.7
Fen Dweller 6 lat temu
rodzic
commit
d68e3122ef
1 zmienionych plików z 11 dodań i 0 usunięć
  1. +11
    -0
      presets/characters.js

+ 11
- 0
presets/characters.js Wyświetl plik

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


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


Ładowanie…
Anuluj
Zapisz