HTML5 Canvas城市高楼动画特效.zip
代码片段: 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(); }
下载地址
用户评论