コード例 #1
0
void BYGameScene::presentGameFinishMenu() {
    this->removeChildByTag(GUI_GoalLabel, true);
    
    CCMenu *menu = this->createPauseMenu();
    menu->removeChildByTag(GUI_PauseMenu_Continue, true);
    
    this->addChild(menu);
}