Study
cocos2d 2.0
zombie45
2012. 10. 12. 00:10
many functions were deprecated in cocos2d 2.0
most of the functions we use with sprite has sprite in there function name
to me there names were better in v.1.0
one of the function i find better to use was
openglview -> view
i use table in my games to show scores
you can use functions below + addSubView:(UIView)
[[CCDirector sharedDirector] OpenGLView];
[[CCDirector sharedDirector] view];
반응형