Results 4 issues of oliver

CCPhysicsSprite 不能addchild ctor: function (spriteFrameName, space, chipName) { this._super(); this.died = false; this.spriteFrameName = spriteFrameName; //cc.log(this.spriteFrameName); this.space = space; var sprite = new cc.Sprite(this.spriteFrameName); this.addChild(sprite);

in wechat browser ,editbox cannot input if input on number or letters

``` , ctor: function (node, space) { this._super(); this.addChild(node); this.space = space; var radius = 40; this.body = new cp.Body(1, cp.momentForCircle(1, 0, radius, cp.v(0, 0))); // this.space.addBody(this.body); this.shape = new...