pausing game scene
To pause a game scene, cocos2d::Director::pushScene can be used. The old scene would be suspended and when the new scene is popped it will resume automatically.
Everything should be made as simple as possible, but not simpler – Einstein
To pause a game scene, cocos2d::Director::pushScene can be used. The old scene would be suspended and when the new scene is popped it will resume automatically.