cocos2dx中的其他层
摘要:
在cocos2dx中,CCLayer默认是黑色的,但是有时候需要有其他颜色北京的图层,那么就需要用到CCLayerColor如下代码:ccColor4B color =ccc4(255, 0, 0, 255); // 红色CCLayerColor *layer = CCLayerColor::c... 阅读全文
posted @ 2014-03-28 13:05 牛栏山1 阅读(71) 评论(0) 推荐(0)
posted @ 2014-03-28 13:05 牛栏山1 阅读(71) 评论(0) 推荐(0)
posted @ 2014-03-28 12:41 牛栏山1 阅读(112) 评论(0) 推荐(0)