mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update star easter egg
This commit is contained in:
parent
c8c932ccce
commit
d9ded30a86
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ function ParticlesCanvas() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Star easter egg
|
// Star easter egg
|
||||||
const shouldShowStars = Math.random() < 0.9; // 20%
|
const shouldShowStars = Math.random() < 0.15; // 15%
|
||||||
if (shouldShowStars) {
|
if (shouldShowStars) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue