new binker
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Soph :3 2024-08-31 01:40:28 +03:00
parent 045487d5f7
commit 7beb050aca
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
3 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -24,6 +24,7 @@ const binky = [
["https://yumeo.nekoweb.org", "yumeo.gif"],
["https://bee.nekoweb.org/", "bee.png"],
["https://ultrakill.nekoweb.org/", "ultrakill.png"],
["https://immjs.dev", "immjs.gif"],
["insane.gif", "piracy.gif", "dsb.gif", "universe.gif"],
];

View file

@ -31,7 +31,9 @@ class Particle {
this.id = Math.random();
this.angle = 2 * Math.PI * this.id;
// trans flag colors
this.color = ["#5BCEFA", "#F5A9B8", "#FFFFFF"][Math.floor(Math.random() * 3)]
this.color = ["#5BCEFA", "#F5A9B8", "#FFFFFF"][
Math.floor(Math.random() * 3)
];
// random pastel color with HSL
/*this.color =
"hsl(" +