- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
if(this.options.raining){
this.dropletsCounter+=this.options.dropletsRate*timeScale*this.areaMultiplier;
times(this.dropletsCounter,(i)=>{
this.dropletsCounter--; // зачем это тут?
this.drawDroplet(
random(this.width/this.scale),
random(this.height/this.scale),
random(...this.options.dropletsSize,(n)=>{
return n*n;
})
)
});
guest 01.04.2016 20:22 # +4
guest 05.04.2016 19:53 # 0
guest 05.04.2016 19:54 # 0
guest 05.04.2016 20:22 # 0
Steve_Brown 04.04.2016 14:12 # 0