We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e911d7 + a2a82e7 commit 9d78d0bCopy full SHA for 9d78d0b
1 file changed
spaceManager.py
@@ -245,7 +245,7 @@ def iterate(self, screen):
245
radius = max(1, int(mass ** (1/3)))
246
if i == 0:
247
# Draw the sun with a distinctive color
248
- color = (255, 255, 0) # Yellow color for the sun
+ color = (0, 0, 255) # Blue color for the sun
249
radius = max(radius, 8) # Ensure the sun is prominent
250
else:
251
color = (255, 255, 255) # White color for other particles
0 commit comments