You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a masked image based on the object and the mask and add it to the screen CCMask *masked = [CCMask createMaskForObject: object withMask: mask]; [self addChild: masked];