convert all DNA to uint8_t
This commit is contained in:
@@ -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