Less rain
This commit is contained in:
parent
393e12aadc
commit
0a02a073f8
1 changed files with 2 additions and 3 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue