KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
var letItSnow = | var letItSnow = | ||
{ | { | ||
snowPer100x100Pixels : 0. | snowPer100x100Pixels : 0.35, | ||
snowing : true, | snowing : true, | ||
snow : [], | snow : [], | ||
| Zeile 41: | Zeile 41: | ||
this.e.style.width = "30px"; | this.e.style.width = "30px"; | ||
this.e.style.height = "30px"; | this.e.style.height = "30px"; | ||
this.e.style.position = " | this.e.style.position = "fixed"; | ||
this.e.style.left = Math.floor(this.x + Math.sin(this.y*this.vx)*this.dx)+"px"; | this.e.style.left = Math.floor(this.x + Math.sin(this.y*this.vx)*this.dx)+"px"; | ||
this.e.style.top = Math.floor(this.y)+"px"; | this.e.style.top = Math.floor(this.y)+"px"; | ||