That will create an extremely basic scene presenting a black screen, pretty boring so lets set the stage with a simple backdop.
modify egg_drop_game_scene.cpp
void EggDropGameScene::OnOpen(void)
{
tbGame::OnOpen();
}
void EggDropGameScene::OnClose(void)
{
tbGame::OnClose();
RemoveGraphics();
}
Previous Step :: Next Step