X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcreature%2FGenome.hpp;h=96d8bf1ff91ebdf942eb1b7ebefde61249b3e4fb;hb=HEAD;hp=1fc5c2a5f4871f22eb8f00dab6c2ad81c1c9e590;hpb=d364d8a9203138be1c569cdc31144f51883ec79f;p=blobs.git diff --git a/src/creature/Genome.hpp b/src/creature/Genome.hpp index 1fc5c2a..96d8bf1 100644 --- a/src/creature/Genome.hpp +++ b/src/creature/Genome.hpp @@ -61,6 +61,9 @@ struct Genome { math::Distribution highlight_saturation; math::Distribution highlight_lightness; + math::Distribution skin_back; + math::Distribution skin_side; + void Configure(Creature &) const; static Properties Instantiate(