Rename Sun to circle

This commit is contained in:
2024-12-21 11:13:50 +01:00
parent e630cf49cd
commit 6661a71271
7 changed files with 73 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ void newDna(Dna &dna)
{
dna.moon = {mrand::getFloat(), mrand::getFloat(), mrand::getFloat()};
dna.colorSet = mrand::getValue(0, 3);
dna.time = std::floor(Remap(mrand::getFloat(), 0, 1, 4, 0));
dna.time = std::floor(Remap(dna.moon.y, 0, 1, 4, 0));
dna.mountenSeed.a = mrand::getInt();
dna.mountenSeed.b = mrand::getInt();