cocos2d / cocos2d-js-tests

cocos2d JavaScript test cases and games.
187 stars 222 forks source link

Closed #3433: replace setAnchorPoint(cc.p(x,y)) to setAnchorPoint(x,y) and replace setContentSize(cc.size(w,h)) to setContentSize(w,h) #254

Closed dingpinglv closed 10 years ago

dingpinglv commented 10 years ago

replace setAnchorPoint(cc.p(x,y)) to setAnchorPoint(x,y) and replace setContentSize(cc.size(w,h)) to setContentSize(w,h)