snowflake count

This commit is contained in:
MLH
2024-11-25 00:51:21 +01:00
parent c718ef0063
commit 43222dc658

View File

@ -1,5 +1,5 @@
const randomSnowflakes = false; // enable random Snowflakes const randomSnowflakes = false; // enable random Snowflakes
const snowflakeCount = 20; // count of random extra snowflakes const snowflakeCount = 25; // count of random extra snowflakes
let msgPrinted = false; // flag to prevent multiple console messages let msgPrinted = false; // flag to prevent multiple console messages