Ejemplo n.º 1
0
 // Draw Star background
 internal static void starscape()
 {
     foreach (StarGradient star in stars)
     {
         Raylib.DrawCircleGradient(star.x, star.y, star.radius, star.color, Colors.space);
     }
 }