No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
4 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -449,10 +449,8 @@ function draw() { |
|
|
|
shape.move(); |
|
|
|
|
|
|
|
if (positionTick) { |
|
|
|
setTimeout(function() { |
|
|
|
shape.destX = random(windowWidth); |
|
|
|
shape.destY = random(windowHeight); |
|
|
|
}, random(1000, 5000)); |
|
|
|
} |
|
|
|
|
|
|
|
if (shape.collide(shapes) === true) { |
|
|
|