在 CCLayerColor.m
if ((self = [super init]))
{
[self setIsRelativeAnchorPoint:YES];
self.anchorPoint = ccp(0.5,0.5);
}
但是提示方法已弃用。谁知道如何找到未弃用的方法?
在 CCLayerColor.m
if ((self = [super init]))
{
[self setIsRelativeAnchorPoint:YES];
self.anchorPoint = ccp(0.5,0.5);
}
但是提示方法已弃用。谁知道如何找到未弃用的方法?