Add ratio for sun rings
This commit is contained in:
@@ -27,8 +27,15 @@ private:
|
||||
float minSizeOfMoon = 0.05f;
|
||||
float maxSizeOfMoon = 0.075f;
|
||||
float maxYPosOfMoon = 0.75f;
|
||||
float bigRingRatio = 0.5f;
|
||||
float smallRingRatio = 0.25f;
|
||||
float bigRingBlend = 0.02f;
|
||||
float smallRingBlend = 0.05f;
|
||||
|
||||
Color mountenColor = {28, 28, 38, 255};
|
||||
Color backMountenColor = {28, 28, 38, 255};
|
||||
Color frontMountenColor = {0, 0, 0, 255};
|
||||
float colorRatio1 = 0.3f;
|
||||
float colorRatio2 = 0.5f;
|
||||
float mounten1 = 0.6875f;
|
||||
float mounten2 = 0.8125f;
|
||||
float mounten3 = 0.9125;
|
||||
|
Reference in New Issue
Block a user