Change generate newDna

This commit is contained in:
2025-01-02 22:52:40 +01:00
parent 8066ba5103
commit 91f7966224
2 changed files with 8 additions and 22 deletions

View File

@@ -18,13 +18,6 @@ struct uint128
uint32_t d;
};
struct Moon
{
float x;
float y;
float size;
};
struct Branch
{
uint8_t colorR;
@@ -50,14 +43,14 @@ struct Branch
struct Dna
{
uint128 mountenSeed;
uint128 starSeed;
uint128 branchSeed;
uint8_t moonX;
uint8_t moonY;
uint8_t moonSize;
uint8_t colorSet;
uint128 mountenSeed;
uint128 starSeed;
uint128 branchSeed;
Branch branches[MAX_DEPTH];
};