mirror of
https://github.com/wu736139669/OzgGameRPG.git
synced 2026-08-05 06:24:38 +00:00
道具部分完成,bug修复
This commit is contained in:
@@ -47,7 +47,7 @@ bool RPGMapSkillMenuLayer::init(cocos2d::CCDictionary *stringList, CppSQLite3DB
|
||||
mainMenu->addChild(menuBack);
|
||||
}
|
||||
|
||||
CCTMXTiledMap *mainBg = CCTMXTiledMap::create("map_menu3_style1.tmx");
|
||||
CCTMXTiledMap *mainBg = CCTMXTiledMap::create("map_menu5_style1.tmx");
|
||||
mainBg->setPosition(CCPointZero);
|
||||
mainBg->setTag(kRPGMapSkillMenuLayerTagBg);
|
||||
this->addChild(mainBg);
|
||||
|
||||
Reference in New Issue
Block a user