Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lewdry authored Sep 24, 2024
1 parent d47bc14 commit aa2ff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
brightness: 1,
color: member.color,
name: member.name,
size: 2 * dpr // Adjust size for high DPI
size: 3 * dpr // Adjust size for high DPI
};
particles.push(particle);
familyParticles.push(particle); // Add to family array
Expand Down

0 comments on commit aa2ff41

Please sign in to comment.