1. 首页
  2. 移动开发
  3. 其他
  4. HTML5 飞机加速减速游戏.zip

HTML5 飞机加速减速游戏.zip

上传者: 2020-07-30 18:13:17上传 ZIP文件 36.18KB 热度 14次
代码片段: Insane.kolizeSlowery = function(a, b) { var distance_squared = (((a.x - b.x) * (a.x - b.x)) ((a.y - b.y) * (a.y - b.y))); //console.log(a.y); //console.log(b.y); distance_squared = Math.sqrt(distance_squared); //console.log("dist: " distance_squared " rad: " (b.km*5));
下载地址
用户评论