Less rain

This commit is contained in:
bingus_violet 2024-03-23 01:38:35 -05:00
parent 393e12aadc
commit 0a02a073f8

View file

@ -43,13 +43,12 @@ module.exports = {
</style>
`
var amount = 10
var amount = 7
var iterationReducer = 3
var iterationReducer = 1
if (hardRain) {
amount = 100
iterationReducer = 1
}
for (let index = 0; index < amount; index++) {