convert all DNA to uint8_t

This commit is contained in:
2025-01-02 22:19:37 +01:00
parent 4d3474bc18
commit 8066ba5103
4 changed files with 33 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ private:
void drawStars();
void drawSun();
void drawMounten(size_t mountenSegments, int min, int max, Color color, float scale);
int getColorSet();
Dna *m_dna;
uint128 mountenSeed;

View File

@@ -50,9 +50,11 @@ struct Branch
struct Dna
{
Moon moon;
int colorSet;
int time;
uint8_t moonX;
uint8_t moonY;
uint8_t moonSize;
uint8_t colorSet;
uint128 mountenSeed;
uint128 starSeed;
uint128 branchSeed;