浏览代码

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;

正在加载...
取消
保存