Просмотр исходного кода

eternal travelers fixed

master
Victor Giers 4 лет назад
Родитель
Сommit
eecaabe93f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      index.html

+ 1
- 1
index.html Просмотреть файл

@@ -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;

Загрузка…
Отмена
Сохранить