摘要: ``` /** * Created by sun on 15/11/24. */ var Piece = cc.Sprite.extend({ ctor:function (num) { this._super(); if(num==0) { this.initWithFile(res.piece_00_... 阅读全文
posted @ 2015-11-24 16:43 yufenghou 阅读(140) 评论(0) 推荐(0)