摘要:
string file("res/Button.png"); auto btn = cocos2d::ui::Button::create(file, file, file); btn->setColor(Color3B(24, 48, 64)); btn->setPosition(display 阅读全文
posted @ 2020-04-14 23:12
YZFHKMS-X
阅读(309)
评论(0)
推荐(0)
摘要:
#ifndef __MUSICLAYER_H__ #define __MUSICLAYER_H__ #include "cocos2d.h" using namespace std; using namespace cocos2d; class MusicLayer:public LayerColo 阅读全文
posted @ 2020-04-14 00:45
YZFHKMS-X
阅读(122)
评论(0)
推荐(0)