Bläddra i källkod

eternal travelers fixed

master
Victor Giers 4 år sedan
förälder
incheckning
eecaabe93f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      index.html

+ 1
- 1
index.html Visa fil

@@ -269,7 +269,7 @@ class Citizen{
this.y = arg2;
this.setSpeed();
this.angle = atan2(width/2 - this.x, height/2 - this.y);
this.target = Math.random()*minEdge/5.33;
this.target = (Math.random()+0.1)*minEdge/5.33;
this.inCenter = false;
//if(this.angle + 0.4 > PI || this.angle - 0.4 < -PI){
// this.invalid = true;

Laddar…
Avbryt
Spara