rolandoam / shinycocos

ruby bindings for cocos2d-iphone (a.k.a.: i want to program my iphone game in ruby)
http://funkaster.github.com/shinycocos
Other
89 stars 4 forks source link

CocosNode should support remove_child #16

Closed swizard closed 15 years ago

swizard commented 15 years ago

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?

rolandoam commented 15 years ago

yes. I totally forgot to add remove_child :-)

rolandoam commented 15 years ago

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.