Hi, I need to patch cocos2D to support loading images from a server and want to extend addImageAsync: to support this. I think the proper method to patch is actually addImage: and trap for a "path" which is a valid URL and then load the image with calls to NSData dataWithContentsOfURL: for example.
Any thoughts?
--yarri