X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2FGenome.hpp;h=a7be0e1c6f6f4e342a59ba18bb70d6a78d5ba152;hp=882a8a28f3b9c5e6acf1671c4a6883c944c9339c;hb=5b2ab168a9b3c05082bd9cd924f548bc90fc8efa;hpb=f59ca070e1146a3afc5ae11df327dc4cdea1fc8c diff --git a/src/creature/Genome.hpp b/src/creature/Genome.hpp index 882a8a2..a7be0e1 100644 --- a/src/creature/Genome.hpp +++ b/src/creature/Genome.hpp @@ -57,6 +57,10 @@ struct Genome { }; std::vector composition; + math::Distribution base_hue; + math::Distribution base_saturation; + math::Distribution base_lightness; + void Configure(Creature &) const; static PropertySet Instantiate(