CCSprite * test=[CCSprite node]; test.position=CGPointMake(100, 200); test.scale=3; test.blendFunc=(ccBlendFunc){GL_SRC_ALPHA, GL_ONE};//it's not working [scene ...
確定! 回上一頁