1. 首页
  2. 移动开发
  3. 其他
  4. HTML5 Canvas城市高楼动画特效.zip

HTML5 Canvas城市高楼动画特效.zip

上传者: 2020-07-21 19:30:08上传 ZIP文件 1.87KB 热度 14次
代码片段: render: function(ctx) {       ctx.save();       ctx.fillStyle = this.color;       ctx.translate(this.x, this.y);       ctx.fillRect(-this.w/2, -this.h, this.w, this.h);       ctx.restore();     }
用户评论