]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Genome.hpp
make texture part of genome
[blobs.git] / src / creature / Genome.hpp
index 1fc5c2a5f4871f22eb8f00dab6c2ad81c1c9e590..96d8bf1ff91ebdf942eb1b7ebefde61249b3e4fb 100644 (file)
@@ -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<double> Instantiate(