소스 검색

eternal travelers fixed

master
Victor Giers 4 년 전
부모
커밋
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;

Loading…
취소
저장