convert all DNA to uint8_t
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user