save
This commit is contained in:
@@ -25,9 +25,10 @@ struct Moon
|
||||
|
||||
struct Branch
|
||||
{
|
||||
Color color;
|
||||
uint8_t numOfBranches;
|
||||
float lenghthRatio;
|
||||
uint8_t colorR;
|
||||
uint8_t colorG;
|
||||
uint8_t colorB;
|
||||
uint8_t branch_count;
|
||||
};
|
||||
|
||||
struct Dna
|
||||
@@ -37,6 +38,7 @@ struct Dna
|
||||
int time;
|
||||
uint128 mountenSeed;
|
||||
uint128 starSeed;
|
||||
uint128 branchSeed;
|
||||
std::array<Branch, MAX_DEPTH> branches;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user