rolandoam/shinycocos

CocosNode should support remove_child

Closed this issue · 2 comments

add_child() and remove_child() should be paired.

I think I should understand how this library work exactly so that I can contribute. :)
any recommended articles related to how it work?

yes. I totally forgot to add remove_child :-)

you can always look at the source, and check the shinycocos section on the cocos2d-iphone wiki:
http://www.cocos2d-iphone.org/wiki/doku.php.
It's a work in progress, but I think all info should live there.